X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=47e26c0f340768efc9073051c1e90ab9a5612700;hb=ef70874e6070b1fc54e90f6a271261dfacb5286f;hp=0d021ceb1b9d9f0e4e6b79d569a1363225694a71;hpb=f23f16344c6e965eb8b0f31032711b2c205f1751;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 0d021ce..47e26c0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,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 @@ -66,7 +66,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';