First stab at refactoring HTTP::Body
[catagits/HTTP-Body.git] / Makefile.PL
index 0783869..57db0f0 100644 (file)
@@ -6,9 +6,15 @@ WriteMakefile(
     NAME         => 'HTTP::Body',
     VERSION_FROM => 'lib/HTTP/Body.pm',
     PREREQ_PM    => {
-        Carp         => 0,
-        File::Temp   => '0.14',
-        IO::File     => 0,
-        YAML         => '0.39'
+        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'
     }
 );