[Catalyst-commits] r7517 - trunk/Catalyst-Engine-HTTP-Prefork
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Thu Mar 20 12:12:25 GMT 2008
Author: andyg
Date: 2008-03-20 12:12:13 +0000 (Thu, 20 Mar 2008)
New Revision: 7517
Modified:
trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL
Log:
Bump Cookie::XS dep
Modified: trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL
===================================================================
--- trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL 2008-03-18 07:12:00 UTC (rev 7516)
+++ trunk/Catalyst-Engine-HTTP-Prefork/Makefile.PL 2008-03-20 12:12:13 UTC (rev 7517)
@@ -4,7 +4,7 @@
all_from 'lib/Catalyst/Engine/HTTP/Prefork.pm';
requires 'Catalyst::Runtime' => '5.7012';
-requires 'Cookie::XS' => '0.07';
+requires 'Cookie::XS' => '0.08';
requires 'HTTP::Body' => '1.01';
requires 'Net::Server' => '0.97';
# XXX: not released and may change namespaces
More information about the Catalyst-commits
mailing list