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=c87002e10f033f54d718af443234c2168ca5c046;hb=36c67dc10cd5a928718d4e9122e03297a959a47e;hpb=3c9a702f521c1635602320cf62f056d362a45c2d diff --git a/Makefile.PL b/Makefile.PL index c87002e..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')) {