X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=47d1db9a8a1b839c1fdfeb1d54f0de2a35c02d1b;hb=d8712c37489298ea0ea0fc02d4edd46ee5aa357d;hp=efb6e761eca855ac65307d73e0b2217e433db00a;hpb=f41fc74106e51d8055871cacdc1459be4f61f980;p=catagits%2FGitalist.git diff --git a/Makefile.PL b/Makefile.PL index efb6e76..47d1db9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -106,6 +106,7 @@ requires 'Sys::Hostname'; requires_external_bin 'git'; +test_requires 'Test::Deep' => '0.108'; test_requires 'Test::More' => '0.88'; test_requires 'Test::utf8' => '0.02'; test_requires 'Test::Exception' => '0.31'; @@ -131,7 +132,7 @@ if ($ENV{GITALIST_RELEASE_TESTING}) { author_requires('WWW::Mechanize::TreeBuilder'); } -install_script glob('script/*.pl'); +install_script glob('script/*.p{l,sgi}'); auto_install; { # Make sure you REALLY REALLY have to have the env variable set to run