Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add docs for ModulesPerl6.pm
  • Loading branch information
zoffixznet committed Nov 14, 2015
1 parent d7d2ad9 commit 2e75bb5
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion mojo-app/lib/ModulesPerl6.pm
Expand Up @@ -67,4 +67,40 @@ sub startup {

1;

# ABSTRACT: make dzil happy
__END__

=encoding utf8
=head1 NAME
ModulesPerl6 - Web app powering modules.perl6.org
=head1 SYNOPSIS
#!/usr/bin/env perl
use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
require Mojolicious::Commands;
Mojolicious::Commands->start_app('ModulesPerl6');
=head1 DESCRIPTION
You would not use this module directly, but instead start your app
with a script.
See DEPLOYMENT.md file included with this distribution.
Also, you may wish to consult
L<http://mojolicio.us/perldoc/Mojolicious/Guides/Cookbook#DEPLOYMENT>
for more details.
=head1 CONTACT INFORMATION
Original version of this module was written by Zoffix Znet
(L<https://github.com/zoffixznet/>, C<Zoffix> on irc.freenode.net).
=head1 LICENSE
You can use and distribute this module under the same terms as Perl itself.

0 comments on commit 2e75bb5

Please sign in to comment.