X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3d06b6913661098e008df2dad208b68b4e49e7e5;hb=660f9bb0ce5e5ccb7d126608cf8b908194167b59;hp=7ff59dca03fc60995503825b3d8d53b9b0884990;hpb=9c461184e825d3f64da13c34dde9e2f835163ea1;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7ff59dc..3d06b69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ requires 'HTTP::Headers' => '1.64'; requires 'HTTP::Request' => '5.814'; requires 'HTTP::Response' => '5.813'; requires 'HTTP::Request::AsCGI' => '1.0'; -requires 'Module::Pluggable' => '3.9'; +requires 'Module::Pluggable' => '4.7'; requires 'Path::Class' => '0.09'; requires 'Scalar::Util'; requires 'Sub::Exporter'; @@ -70,10 +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'; - -# 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'; @@ -81,6 +82,7 @@ test_requires 'Data::Dump'; test_requires 'HTTP::Request::Common'; test_requires 'IO::Scalar'; test_requires 'HTTP::Status'; +test_requires 'JSON::MaybeXS'; # see also cpanfile for authordeps -- install via # cpanm --installdeps --with-develop .