From: Hans Dieter Pearcey Date: Sun, 26 Apr 2009 23:01:51 +0000 (+0000) Subject: quote barewords X-Git-Tag: v1.0~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTTP-Request-AsCGI.git;a=commitdiff_plain;h=ef51449a0fd0d6d40ddf4fe209076696387e55f9 quote barewords --- diff --git a/Makefile.PL b/Makefile.PL index 734551f..8629286 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, } );