X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=33a73a67b79a961391c4bd4b64a94a5a54c917bf;hp=79b8380938bfe13abe2b41b001de826bed88d825;hb=fc89737e02828d5d94c5271c74fb173ad29b28ca;hpb=35b3434762d426e0cd5e04eb735291f8ca7ea08e diff --git a/Makefile.PL b/Makefile.PL index 79b8380..33a73a6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -70,7 +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', +requires 'JSON::MaybeXS' => '1.000000'; +requires 'Stream::Buffered'; +requires 'Hash::MultiValue'; +requires 'Plack::Request::Upload'; +requires 'CGI::Struct'; # Install the standalone Regex dispatch modules in order to ease the # deprecation transition