[Catalyst-commits] r12937 - trunk/Catalyst-Controller-WrapCGI
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Fri Feb 19 04:39:33 GMT 2010
Author: caelum
Date: 2010-02-19 04:39:32 +0000 (Fri, 19 Feb 2010)
New Revision: 12937
Modified:
trunk/Catalyst-Controller-WrapCGI/Makefile.PL
Log:
wrong dep on HTTP::Request::AsCGI
Modified: trunk/Catalyst-Controller-WrapCGI/Makefile.PL
===================================================================
--- trunk/Catalyst-Controller-WrapCGI/Makefile.PL 2010-02-19 04:37:17 UTC (rev 12936)
+++ trunk/Catalyst-Controller-WrapCGI/Makefile.PL 2010-02-19 04:39:32 UTC (rev 12937)
@@ -5,7 +5,7 @@
author 'Matt S. Trout <mst at shadowcat.co.uk>';
requires 'Catalyst' => '5.80015';
-requires 'HTTP::Request::AsCGI' => '0.12';
+requires 'HTTP::Request::AsCGI' => '1.2';
requires 'CGI::Compile' => '0.07';
requires 'File::pushd';
requires 'File::Find::Rule';
More information about the Catalyst-commits
mailing list