X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ee5949dea649b49696966a5b628f6bc0b1934495;hb=ad15c817da41b700d62ad35f31171537c38ca921;hp=1aa679daa904db86034f209d6a16198763be628c;hpb=2a2c99c6e3697340b01a86305ae2b64cf3fb9aa5;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 1aa679d..ee5949d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ 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'; test_requires 'Class::Data::Inheritable'; @@ -70,10 +70,9 @@ 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