Added more documentation and tests
[catagits/HTTP-Request-AsCGI.git] / Makefile.PL
index 734551f..01695a5 100644 (file)
@@ -7,10 +7,11 @@ WriteMakefile(
     VERSION_FROM => 'lib/HTTP/Request/AsCGI.pm',
     PREREQ_PM    => {
         Carp             => 0,
-        Class::Accessor  => 0,        
+        Class::Accessor  => 0,
         HTTP::Request    => 0,
         HTTP::Response   => 1.53,
         IO::File         => 0,
-        Test::More       => 0
+        Test::More       => 0,
+        URI::Escape      => 0
     }
 );