[Catalyst-commits] r12722 - trunk/HTTP-Body

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Sun Jan 24 19:37:45 GMT 2010


Author: marcus
Date: 2010-01-24 19:37:45 +0000 (Sun, 24 Jan 2010)
New Revision: 12722

Modified:
   trunk/HTTP-Body/Makefile.PL
Log:
Add HTTP-Body deps

Modified: trunk/HTTP-Body/Makefile.PL
===================================================================
--- trunk/HTTP-Body/Makefile.PL	2010-01-24 17:33:27 UTC (rev 12721)
+++ trunk/HTTP-Body/Makefile.PL	2010-01-24 19:37:45 UTC (rev 12722)
@@ -8,7 +8,8 @@
 requires 'Carp';
 requires 'File::Temp' => '0.14';
 requires 'HTTP::Headers';
-requires 'IO::File';
+requires 'IO' => '1.14';
+requires 'URI';
 
 test_requires 'Test::More' => '0.86';
 test_requires 'Test::Deep';




More information about the Catalyst-commits mailing list