Added more documentation and tests
[catagits/HTTP-Request-AsCGI.git] / Makefile.PL
index b91523b..01695a5 100644 (file)
@@ -9,6 +9,9 @@ WriteMakefile(
         Carp             => 0,
         Class::Accessor  => 0,
         HTTP::Request    => 0,
-        IO::File         => 0
+        HTTP::Response   => 1.53,
+        IO::File         => 0,
+        Test::More       => 0,
+        URI::Escape      => 0
     }
 );