Adds Catalyst::DispatchType::Regex to the prereqs
Mark Grimes [Mon, 1 Apr 2013 17:40:09 +0000 (13:40 -0400)]
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.

Makefile.PL

index 8e6c2c9..365aef1 100644 (file)
@@ -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';