X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=ff610833b004aa878a280a7adcbcd7e718e74a01;hp=f634e4bce437bfc7cf25b617da8af6d4c19ec567;hb=2aa2f26a0358597acc55fff7c8e79547ce3da26a;hpb=191665f3c88f4b1f81e4198717077ac08d06bdb7 diff --git a/Makefile.PL b/Makefile.PL index f634e4b..ff61083 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,10 +74,17 @@ requires 'JSON::MaybeXS' => '1.000000'; requires 'Stream::Buffered'; requires 'Hash::MultiValue'; requires 'Plack::Request::Upload'; - -# Install the standalone Regex dispatch modules in order to ease the -# deprecation transition -requires 'Catalyst::DispatchType::Regex' => '5.90021'; +requires 'CGI::Struct'; +requires "Plack::Middleware::Conditional"; +requires "Plack::Middleware::IIS6ScriptNameFix"; +requires "Plack::Middleware::IIS7KeepAliveFix"; +requires "Plack::Middleware::LighttpdScriptNameFix"; +requires "Plack::Middleware::ContentLength"; +requires "Plack::Middleware::Head"; +requires "Plack::Middleware::HTTPExceptions"; +requires "Plack::Middleware::FixMissingBodyInRedirect" => '0.09'; +requires "Plack::Middleware::MethodOverride"; +requires "Plack::Middleware::RemoveRedundantBody" => '0.03'; test_requires 'Test::Fatal'; test_requires 'Test::More' => '0.88'; @@ -112,7 +119,6 @@ author_requires( @author_requires, map {; $_ => 0 } qw( File::Copy::Recursive - Catalyst::Engine::PSGI Test::Without::Module Starman MooseX::Daemonize