X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=b148293738ced1c4814c4c6d1329f0700a7cc0a8;hp=c582aa2445e9ae246ba292f9d7d563a0f2cd2fe8;hb=24b3262af814a1014fd1ed9ea0eb0dedb90f67b4;hpb=8053d1f3759210b0bd7aa1c54fcb172ef9406e15 diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index c582aa2..b148293 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_files; -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__