X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ed91b4c0aae0978f50ac0606e0f127bade992459;hb=b50712cec312b5768f6a2b99b5efd6f3adb2dd54;hp=3b2305c5a7d353f93b92a731eec77603bd63d49c;hpb=8f01e4a910f9c9b0c4d2354c73e1e119d104742e;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 3b2305c..ed91b4c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ requires 'URI' => '1.35'; requires 'Task::Weaken'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; -requires 'MooseX::Getopt' => '0.25'; +requires 'MooseX::Getopt' => '0.30'; requires 'MooseX::Types'; requires 'MooseX::Types::Common::Numeric'; requires 'String::RewritePrefix' => '0.004'; # Catalyst::Utils::resolve_namespace @@ -65,7 +65,7 @@ else { grep { $_ ne 't/aggregate.t' } map { glob } qw[t/*.t t/aggregate/*.t]; } -author_requires 'CatalystX::LeakChecker', '0.05'; # Skipped if this isn't installed +author_requires 'CatalystX::LeakChecker', '0.05'; author_requires 'File::Copy::Recursive'; # For http server test author_tests 't/author';