Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs for bin/ModulesPerl6.pl
  • Loading branch information
zoffixznet committed Nov 14, 2015
1 parent 2e75bb5 commit c854fa5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mojo-app/bin/ModulesPerl6.pl
Expand Up @@ -5,3 +5,30 @@

require Mojolicious::Commands;
Mojolicious::Commands->start_app('ModulesPerl6');

__END__

=encoding utf8
=head1 USAGE
Usage: hypnotoad [OPTIONS] [APPLICATION]
hypnotoad ./script/my_app
hypnotoad ./myapp.pl
hypnotoad -f ./myapp.pl
Options:
-f, --foreground Keep manager process in foreground
-h, --help Show this message
-s, --stop Stop server gracefully
-t, --test Test application and exit
=head1 CONTACT INFORMATION
Original version of this code was written by Zoffix Znet
(L<https://github.com/zoffixznet/>, C<Zoffix> on irc.freenode.net).
=head1 LICENSE
You can use and distribute this code under the same terms as Perl itself.

0 comments on commit c854fa5

Please sign in to comment.