X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=0a1e108fcf78483eaa37889008017a8bf20978fd;hb=829a28ca1fb2e9b4bc207d6fa3ef3eba42cec4b3;hp=2ad1fdf2e68d31aade636910eb945f07ffa0871e;hpb=1b74c3b527fe7827fb08176c282e97ab60276c9e;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 2ad1fdf..0a1e108 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -603,12 +603,14 @@ author('[% author %]'); version_from('[% path %]'); license('perl'); -requires( Catalyst => '5.57' ); +include('ExtUtils::AutoInstall'); -install_script( glob('script/*.pl') ); +requires( Catalyst => '5.58' ); catalyst_files(); +install_script( glob('script/*.pl') ); +auto_install(); &WriteAll; __readme__ Run script/[% appprefix %]_server.pl to test the application.