[Catalyst-commits] r9837 - HTTP-Request-AsCGI/trunk
hdp at dev.catalyst.perl.org
hdp at dev.catalyst.perl.org
Sat Apr 25 23:01:42 GMT 2009
Author: hdp
Date: 2009-04-26 00:01:42 +0100 (Sun, 26 Apr 2009)
New Revision: 9837
Modified:
HTTP-Request-AsCGI/trunk/Makefile.PL
Log:
quote barewords
Modified: HTTP-Request-AsCGI/trunk/Makefile.PL
===================================================================
--- HTTP-Request-AsCGI/trunk/Makefile.PL 2009-04-25 22:58:32 UTC (rev 9836)
+++ HTTP-Request-AsCGI/trunk/Makefile.PL 2009-04-25 23:01:42 UTC (rev 9837)
@@ -6,12 +6,12 @@
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,
+ 'URI::Escape' => 0
}
);
More information about the Catalyst-commits
mailing list