X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3d06b6913661098e008df2dad208b68b4e49e7e5;hb=7af15a33a6d54bdd91fe1635612c54fe026694bc;hp=79b8380938bfe13abe2b41b001de826bed88d825;hpb=35b3434762d426e0cd5e04eb735291f8ca7ea08e;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 79b8380..3d06b69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -70,11 +70,11 @@ requires 'Class::Data::Inheritable'; requires 'Encode' => '2.49'; requires 'LWP' => '5.837'; # LWP had unicode fail in 5.8.26 requires 'URI' => '1.36'; -requires 'JSON::MaybeXS' => '1.000000', - -# Install the standalone Regex dispatch modules in order to ease the -# deprecation transition -requires 'Catalyst::DispatchType::Regex' => '5.90021'; +requires 'JSON::MaybeXS' => '1.000000'; +requires 'Stream::Buffered'; +requires 'Hash::MultiValue'; +requires 'Plack::Request::Upload'; +requires 'CGI::Struct'; test_requires 'Test::Fatal'; test_requires 'Test::More' => '0.88';