HTTP::Body - ignore all data beyond Content-Length. Fixes MSIE CRLF issue
[catagits/HTTP-Body.git] / Makefile.PL
index dad4cdf..0783869 100644 (file)
@@ -6,12 +6,9 @@ WriteMakefile(
     NAME         => 'HTTP::Body',
     VERSION_FROM => 'lib/HTTP/Body.pm',
     PREREQ_PM    => {
-        YAML         => 0,
-        Data::Dumper => 0,
-        IO::File     => 0,
-        List::Util   => 0,
         Carp         => 0,
         File::Temp   => '0.14',
-        Path::Class  => 0
+        IO::File     => 0,
+        YAML         => '0.39'
     }
 );