X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2b1fdae6e6f6f41ad93cc8eac2514a960eabd656;hb=8408d70a428be0de835bb09ade1ff86c58e1e094;hp=e69faa3ceb4e94ae16d65192ce0125aaa6b3fddc;hpb=532f0516947cf047368e91150ca2ab1cfd4c1e64;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index e69faa3..2b1fdae 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,6 +59,7 @@ requires 'Plack::Middleware::ReverseProxy' => '0.04'; test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception'; test_requires 'Test::More' => '0.88'; +test_requires 'Data::Dump'; # 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')) {