X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=91c75a45c8bd217e044f5a0afb19f6dd38e7f717;hb=47a5153fd919a2d6b4a5fa3968914924b366ad6b;hp=32104d0b94b46ed341a9dc1192110fb709847c8e;hpb=457c1d76ed6730ef07a1ab35b1ec1c47d6c4f19d;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/Makefile.PL b/Makefile.PL index 32104d0..91c75a4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,13 +3,20 @@ 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'; requires 'parent'; requires 'Task::Weaken'; requires 'HTTP::Request::AsCGI'; requires 'URI'; requires 'File::Find::Rule'; +requires 'List::MoreUtils'; +requires 'File::Slurp'; +requires 'namespace::clean'; + +test_requires 'Catalyst::Plugin::Static::Simple'; build_requires 'Test::More';