X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e9475f2597ab206db5ef137da7322e53ffb6fdf5;hb=1a3dd976ad46b71f2eabd3230a393c7a1aa84b6e;hp=2ff732ca65070d3ff0c8623c5f12282e1850af53;hpb=1126710650625d97b4fba9965ea55092bcc46095;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 2ff732c..e9475f2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,6 +62,7 @@ test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception'; test_requires 'Test::More' => '0.88'; test_requires 'Data::Dump'; +test_requires 'HTTP::Request::Common'; # 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.364')) { @@ -77,6 +78,8 @@ else { author_requires 'CatalystX::LeakChecker', '0.05'; author_requires 'File::Copy::Recursive'; # For http server test author_requires 'Catalyst::Devel', '1.0'; # For http server test +author_requires 'Catalyst::Engine::PSGI'; +author_requires 'Test::Without::Module'; author_tests 't/author'; author_requires(map {; $_ => 0 } qw(