HTTP::Body, Patch from Tom Heady to fix urlencoded parser to handle spaces after...
[catagits/HTTP-Body.git] / Makefile.PL
index 4cf76bb..3e3de46 100644 (file)
@@ -6,14 +6,10 @@ WriteMakefile(
     NAME         => 'HTTP::Body',
     VERSION_FROM => 'lib/HTTP/Body.pm',
     PREREQ_PM    => {
-        perl             => 5.006,
-        Carp             => 0,
-        Class::Accessor  => 0,
-        Class::Param     => 0,
-        File::Temp       => '0.14',
-        HTTP::Headers    => 0,
-        IO::File         => 0,
-        Params::Validate => 0,
-        Scalar::Util     => 0,
+        Carp          => 0,
+        File::Temp    => '0.14',
+        HTTP::Headers => 0, 
+        IO::File      => 0,
+        YAML          => '0.39'
     }
 );