Improved tests
[catagits/HTTP-Request-AsCGI.git] / Makefile.PL
index 7d0fbb6..eda9759 100644 (file)
@@ -7,9 +7,10 @@ WriteMakefile(
     VERSION_FROM => 'lib/HTTP/Request/AsCGI.pm',
     PREREQ_PM    => {
         Carp             => 0,
-        Class::Accessor  => 0,
+        Class::Accessor  => 0,        
         HTTP::Request    => 0,
         HTTP::Response   => 0,
-        IO::File         => 0
+        IO::File         => 0,
+        Test::More       => 0
     }
 );