skip .git and dist files
[catagits/HTTP-Request-AsCGI.git] / Makefile.PL
index 01695a5..8629286 100644 (file)
@@ -6,12 +6,11 @@ WriteMakefile(
     NAME         => 'HTTP::Request::AsCGI',
     VERSION_FROM => 'lib/HTTP/Request/AsCGI.pm',
     PREREQ_PM    => {
-        Carp             => 0,
-        Class::Accessor  => 0,
-        HTTP::Request    => 0,
-        HTTP::Response   => 1.53,
-        IO::File         => 0,
-        Test::More       => 0,
-        URI::Escape      => 0
+        'Carp'             => 0,
+        'Class::Accessor'  => 0,
+        'HTTP::Request'    => 0,
+        'HTTP::Response'   => 1.53,
+        'IO::File'         => 0,
+        'Test::More'       => 0,
     }
 );