X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=66a96ff224e905e880c1aba99b75c524283bfe5a;hb=abaf08183216dad66e400fb160346f81ac8947b8;hp=c582aa2445e9ae246ba292f9d7d563a0f2cd2fe8;hpb=cc31ce2d18afb7a7ad799da0d7104befa24b84e4;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index c582aa2..66a96ff 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -525,7 +525,8 @@ use warnings; # Set flags and add plugins for the application # # -Debug: activates the debug mode for very useful log messages -# Static::Simple: will serve static files from the applications root directory +# Static::Simple: will serve static files from the application's root +# directory # use Catalyst qw/-Debug Static::Simple/; @@ -600,21 +601,16 @@ it under the same terms as Perl itself. __makefile__ use inc::Module::Install; -name('[% dir %]'); -abstract('Catalyst Application'); -author('[% author %]'); -version_from('[% path %]'); -license('perl'); +name '[% dir %]'; +all_from '[% path %]'; -include('ExtUtils::AutoInstall'); +requires Catalyst => '5.62'; -requires( Catalyst => '5.60' ); +catalyst; -catalyst_files(); - -install_script( glob('script/*.pl') ); -auto_install(); -&WriteAll; +install_script glob('script/*.pl'); +auto_install; +WriteAll; __readme__ Run script/[% appprefix %]_server.pl to test the application. __changes__ @@ -739,7 +735,7 @@ pod2usage(1) if $help; (requires -listen) -d -daemon daemonize (requires -listen) -M -manager specify alternate process manager - (FCGI::ProcessManager sub-class) + (FCGI::ProcManager sub-class) or empty string to disable =head1 DESCRIPTION