[Jifty-commit] r3946 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 23 14:02:19 EDT 2007


Author: jesse
Date: Thu Aug 23 14:02:19 2007
New Revision: 3946

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Makefile.PL

Log:
 r66539 at pinglin:  jesse | 2007-08-23 12:58:28 -0400
 * WWW::Mechanize versions before 1.30 had broken gzip behaviour which broke tests


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Thu Aug 23 14:02:19 2007
@@ -71,7 +71,7 @@
 requires('Test::More' => 0.62 ),
 requires('Test::Pod::Coverage'),
 requires('Test::WWW::Mechanize' => 1.04 ),
-requires('WWW::Mechanize' => 1.12 ),
+requires('WWW::Mechanize' => 1.30 ),
 requires('UNIVERSAL::require');
 requires('URI');
 requires('XML::Writer' => '0.601');


More information about the Jifty-commit mailing list