Skip to content

Instantly share code, notes, and snippets.

@gnusosa
Created May 31, 2011 06:07
Show Gist options
  • Save gnusosa/1000050 to your computer and use it in GitHub Desktop.
Save gnusosa/1000050 to your computer and use it in GitHub Desktop.
It works braaah!
gnusosa@GN005-virtue ~/test $ dancer -a hello
+ hello
+ hello/bin
+ hello/bin/app.pl
+ hello/config.yml
+ hello/environments
+ hello/environments/development.yml
+ hello/environments/production.yml
+ hello/views
+ hello/views/index.tt
+ hello/views/layouts
+ hello/views/layouts/main.tt
+ hello/MANIFEST.SKIP
+ hello/lib
+ hello/lib/hello
+ hello/lib/hello/hello.pm
+ hello/public
+ hello/public/css
+ hello/public/css/style.css
+ hello/public/css/error.css
+ hello/public/images
+ hello/public/500.html
+ hello/public/404.html
+ hello/public/dispatch.fcgi
+ hello/public/dispatch.cgi
+ hello/public/javascripts
+ hello/public/javascripts/jquery.js
+ hello/t
+ hello/t/002_index_route.t
+ hello/t/001_base.t
+ hello/Makefile.PL
gnusosa@GN005-virtue ~/test $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment