X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=3d06b6913661098e008df2dad208b68b4e49e7e5;hp=33a73a67b79a961391c4bd4b64a94a5a54c917bf;hb=78acc1f779d3c6992f3331a7bf61b3febc255162;hpb=4a178c0d019e373848e170d6c3b4192d6b9627c9 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';