HTTP::Body 1.03, patch from ruoso to set body data for XForms
[catagits/HTTP-Body.git] / Makefile.PL
index 57db0f0..3e3de46 100644 (file)
@@ -6,15 +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,
-        YAML             => '0.39'
+        Carp          => 0,
+        File::Temp    => '0.14',
+        HTTP::Headers => 0, 
+        IO::File      => 0,
+        YAML          => '0.39'
     }
 );