X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=9c83a9cc0bcabb645e84b732b2400a4d3b4e07cd;hb=d7d72ad91cc796713d84c256e08ef9b1a6473542;hp=c582aa2445e9ae246ba292f9d7d563a0f2cd2fe8;hpb=cc31ce2d18afb7a7ad799da0d7104befa24b84e4;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index c582aa2..9c83a9c 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -600,21 +600,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 +734,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