fixed running unnder http server test failure and added some pod
[catagits/Catalyst-Runtime.git] / Makefile.PL
index e69faa3..2b1fdae 100644 (file)
@@ -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')) {