X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2ff732ca65070d3ff0c8623c5f12282e1850af53;hb=1126710650625d97b4fba9965ea55092bcc46095;hp=1aa679daa904db86034f209d6a16198763be628c;hpb=2a2c99c6e3697340b01a86305ae2b64cf3fb9aa5;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 1aa679d..2ff732c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,8 +54,9 @@ requires 'MooseX::Getopt' => '0.30'; requires 'MooseX::Types'; requires 'MooseX::Types::Common::Numeric'; requires 'String::RewritePrefix' => '0.004'; # Catalyst::Utils::resolve_namespace -requires 'Plack' => '0.9935'; # Setup empty PATH_INFO if needed +requires 'Plack' => '0.9974'; # IIS6 fix middleware requires 'Plack::Middleware::ReverseProxy' => '0.04'; +requires 'Plack::Test::ExternalServer'; test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception'; @@ -70,12 +71,12 @@ if ($ENV{AGGREGATE_TESTS} && can_use('Test::Simple', '0.88') && can_use('Test::A } else { unlink '.aggregating'; - tests join q{ }, - grep { $_ ne 't/aggregate.t' } - map { glob } qw[t/*.t t/aggregate/*.t]; + tests 't/*.t t/aggregate/*.t'; } + 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_tests 't/author'; author_requires(map {; $_ => 0 } qw(