From: Mark Grimes Date: Mon, 1 Apr 2013 17:40:09 +0000 (-0400) Subject: Adds Catalyst::DispatchType::Regex to the prereqs X-Git-Tag: 5.90030~5^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=bc83a694170a9609baf19077e3b29c67584ef151;hp=6e130824557e47e82d48109e5a05f6ac9326c505 Adds Catalyst::DispatchType::Regex to the prereqs Ease the depreciation of the Regex dispatch type by including it as a repreq for some periods of time and issuing a warning. The warning is handled in the Catalyst::DispatchType::Regex module. --- 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';