X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=dc3cea6d7b3b88c6c3698aa28839d77f7eb01b8d;hp=be080627e993e482bd1244cabae886f70c8c4dd7;hb=c7c73f7bc1b4dd6667d7ad162ab7f29d5a52c601;hpb=0ad7064421d533b0ac789de4124755cefe049d91 diff --git a/Makefile.PL b/Makefile.PL index be08062..dc3cea6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,6 +52,7 @@ recommends 'B::Hooks::OP::Check::StashChange'; test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception'; +test_requires 'Test::More' => '0.88'; # aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate and a Test::Simple it works with is available if ($ENV{AGGREGATE_TESTS} && can_use('Test::Simple', '0.88') && can_use('Test::Aggregate', '0.35_05')) { @@ -64,6 +65,7 @@ else { map { glob } qw[t/*.t t/aggregate/*.t]; } author_requires 'CatalystX::LeakChecker', '0.03'; # Skipped if this isn't installed +author_requires 'File::Copy::Recursive'; # For http server test author_tests 't/author'; author_requires(map {; $_ => 0 } qw(