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=8e6c2c908446b1a849fc43c8c485e487891213fa;hb=18df061a03ed32f52a9a6332d30d58294f8ffba1;hpb=8ba2999969105bb9079e0c42473d88e4b73e079a diff --git a/Makefile.PL b/Makefile.PL index 8e6c2c9..d906d0f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ perl_version '5.008003'; name 'Catalyst-Runtime'; author 'Sebastian Riedel '; -authority('MSTROUT'); +authority('cpan:MSTROUT'); all_from 'lib/Catalyst/Runtime.pm'; requires 'List::MoreUtils'; @@ -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';