X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=aba193a9c31334d3143011f6a9d5f2c373bb71fd;hp=4403e911b636097d9783e02fec43cba6a57c66f7;hb=36c67dc10cd5a928718d4e9122e03297a959a47e;hpb=dee40673cf52ce6630aaa2931f550c9bb30ab812 diff --git a/Makefile.PL b/Makefile.PL index 4403e91..aba193a 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(