[Catalyst-commits] r12723 - trunk/HTTP-Body
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Sun Jan 24 19:38:41 GMT 2010
Author: marcus
Date: 2010-01-24 19:38:41 +0000 (Sun, 24 Jan 2010)
New Revision: 12723
Modified:
trunk/HTTP-Body/Makefile.PL
Log:
Uhm, still IO::File versions
Modified: trunk/HTTP-Body/Makefile.PL
===================================================================
--- trunk/HTTP-Body/Makefile.PL 2010-01-24 19:37:45 UTC (rev 12722)
+++ trunk/HTTP-Body/Makefile.PL 2010-01-24 19:38:41 UTC (rev 12723)
@@ -8,7 +8,7 @@
requires 'Carp';
requires 'File::Temp' => '0.14';
requires 'HTTP::Headers';
-requires 'IO' => '1.14';
+requires 'IO::File' => '1.14';
requires 'URI';
test_requires 'Test::More' => '0.86';
More information about the Catalyst-commits
mailing list