Created
April 4, 2010 14:37
-
-
Save sukria/355442 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sukria@razor:~/Development/Dancer$ perl -I/home/sukria/Development/Dancer/lib /tmp/test.pl | |
Sun Apr 4 16:37:15 2010 [1584] (core) loading Standalone handler in /home/sukria/Development/Dancer/lib/Dancer.pm l. 156 | |
>> Dancer server 1584 listening on http://0.0.0.0:3000 | |
== Entering the development dance floor ... | |
Sun Apr 4 16:37:22 2010 [1584] (core) request: GET /foo/23.json in /home/sukria/Development/Dancer/lib/Dancer/Handler/Standalone.pm l. 26 | |
Sun Apr 4 16:37:22 2010 [1584] (core) route: /:resource/:id.:format in /home/sukria/Development/Dancer/lib/Dancer/Renderer.pm l. 24 | |
Sun Apr 4 16:37:22 2010 [1584] (core) response: 200 in /home/sukria/Development/Dancer/lib/Dancer/Handler.pm l. 63 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment