quote barewords
Hans Dieter Pearcey [Sun, 26 Apr 2009 23:01:51 +0000 (23:01 +0000)]
Makefile.PL

index 734551f..8629286 100644 (file)
@@ -6,11 +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
+        'Carp'             => 0,
+        'Class::Accessor'  => 0,
+        'HTTP::Request'    => 0,
+        'HTTP::Response'   => 1.53,
+        'IO::File'         => 0,
+        'Test::More'       => 0,
     }
 );