X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=d906d0f193e7f5b2d3a48aa7254b34845bc3b61e;hp=0ab8a7f798e4f7a1d078b523b1ef81f5a95f01c7;hb=f653d2c823617c580b943ebc7b5f44774cb2579d;hpb=fa33a3ea47380bd1fad2f27f3b46ae7867532f55 diff --git a/Makefile.PL b/Makefile.PL index 0ab8a7f..d906d0f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,6 +69,10 @@ requires 'Plack' => '0.9991'; # IIS6+7 fix middleware requires 'Plack::Middleware::ReverseProxy' => '0.04'; requires 'Plack::Test::ExternalServer'; +# Install the standalone Regex dispatch modules in order to ease the +# depreciation transition +requires 'Catalyst::DispatchType::Regex' => '5.90021'; + test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception'; test_requires 'Test::More' => '0.88';