X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=79b8380938bfe13abe2b41b001de826bed88d825;hp=7ff59dca03fc60995503825b3d8d53b9b0884990;hb=35b3434762d426e0cd5e04eb735291f8ca7ea08e;hpb=dd5b1dc47018c241cafda7f2b565d6a39257a1bf diff --git a/Makefile.PL b/Makefile.PL index 7ff59dc..79b8380 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,6 +70,7 @@ 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 @@ -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 .