X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3d06b6913661098e008df2dad208b68b4e49e7e5;hb=568942951f418af5fbd97e4a94400adbb6aa19ff;hp=33a73a67b79a961391c4bd4b64a94a5a54c917bf;hpb=2d802c4a34d83aedcad4fb7686f9f54f24a1fcef;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 33a73a6..3d06b69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -76,10 +76,6 @@ requires 'Hash::MultiValue'; requires 'Plack::Request::Upload'; requires 'CGI::Struct'; -# Install the standalone Regex dispatch modules in order to ease the -# deprecation transition -requires 'Catalyst::DispatchType::Regex' => '5.90021'; - test_requires 'Test::Fatal'; test_requires 'Test::More' => '0.88'; test_requires 'Data::Dump';