Skip to content

Commit

Permalink
Include brief description in NAME section of helper script POD.
Browse files Browse the repository at this point in the history
Currently, the helper script appears in the documentation section of
http://search.cpan.org/dist/Dancer as simply "dancer" - it'd be nice for that to
make it clear that it's the script to quickly create a Dancer app.

Also a couple of minor typo fixes.
  • Loading branch information
bigpresh committed Feb 16, 2010
1 parent ca02c0c commit 71bbc7e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions script/dancer
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@ auto_reload: 0
=head1 NAME
dancer
dancer - helper script to create new Dancer applications
=head1 DESCRIPTION
Helper script for providing a bootstraping method for
creating new Dancer applications.
Helper script for providing a bootstrapping method to quickly and easily create
the framework for a new Dancer application.
=head1 USAGE
Expand All @@ -389,7 +389,7 @@ dancer [options] -a <appname>
=head1 EXAMPLE
Here is an application create with dancer:
Here is an application created with dancer:
$ dancer -a mywebapp
+ mywebapp
Expand All @@ -404,6 +404,7 @@ Here is an application create with dancer:
+ mywebapp/mywebapp.pm
+ mywebapp/mywebapp.pl
+ mywebapp/app.psgi
+ mywebapp/favicon.ico
The application is ready to serve:
Expand Down

0 comments on commit 71bbc7e

Please sign in to comment.