[Catalyst-commits] r9865 - HTTP-Request-AsCGI/trunk
hdp at dev.catalyst.perl.org
hdp at dev.catalyst.perl.org
Sun Apr 26 23:01:51 GMT 2009
Author: hdp
Date: 2009-04-27 00:01:51 +0100 (Mon, 27 Apr 2009)
New Revision: 9865
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-26 23:01:45 UTC (rev 9864)
+++ HTTP-Request-AsCGI/trunk/Makefile.PL 2009-04-26 23:01:51 UTC (rev 9865)
@@ -6,11 +6,11 @@
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,
}
);
More information about the Catalyst-commits
mailing list