X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=Makefile.PL;h=ef11a4eb4d887b2ca31c8bceccd3b971e2be6711;hp=436b630a418c3cf7640741fb380db9ebd8aae633;hb=2340af9d7778ff7ed8e40289015463570ed09c6e;hpb=12d29ebfa3b3b43d535eba9d6885c9e7d3d38ada diff --git a/Makefile.PL b/Makefile.PL index 436b630..ef11a4e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use inc::Module::Install; name 'Catalyst-Controller-WrapCGI'; all_from 'lib/Catalyst/Controller/WrapCGI.pm'; author 'Matt S. Trout '; +include 'Module::AutoInstall'; requires 'Catalyst' => '5.7007'; requires 'Class::C3'; @@ -14,6 +15,8 @@ requires 'File::Find::Rule'; requires 'List::MoreUtils'; requires 'File::Slurp'; +test_requires 'Catalyst::Plugin::Static::Simple'; + build_requires 'Test::More'; auto_install;