X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3d06b6913661098e008df2dad208b68b4e49e7e5;hb=0fb9468872e905cacecbff82b31170f7c7b1a081;hp=f634e4bce437bfc7cf25b617da8af6d4c19ec567;hpb=191665f3c88f4b1f81e4198717077ac08d06bdb7;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index f634e4b..3d06b69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,10 +74,7 @@ requires 'JSON::MaybeXS' => '1.000000'; requires 'Stream::Buffered'; requires 'Hash::MultiValue'; requires 'Plack::Request::Upload'; - -# Install the standalone Regex dispatch modules in order to ease the -# deprecation transition -requires 'Catalyst::DispatchType::Regex' => '5.90021'; +requires 'CGI::Struct'; test_requires 'Test::Fatal'; test_requires 'Test::More' => '0.88';