Skip to content

Commit

Permalink
mention that app->start should be the last expression in an application
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 8, 2013
1 parent ed4c2db commit 842d9ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -132,8 +132,9 @@ just work without commands.
$ ./myapp.pl
...List of available commands (or automatically detected environment)...
The C<app-E<gt>start> call that starts the L<Mojolicious> command system can
be customized to override normal C<@ARGV> use.
The C<app-E<gt>start> call that starts the L<Mojolicious> command system
should usually be the last expression in your application and can be
customized to override normal C<@ARGV> use.
app->start('cgi');
Expand Down

0 comments on commit 842d9ee

Please sign in to comment.