X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=365aef1d35539ef850dbd0999906538837b89943;hp=8e6c2c908446b1a849fc43c8c485e487891213fa;hb=bc83a694170a9609baf19077e3b29c67584ef151;hpb=6e130824557e47e82d48109e5a05f6ac9326c505 diff --git a/Makefile.PL b/Makefile.PL index 8e6c2c9..365aef1 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';