[Jifty-commit] r6986 - jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Mon May 11 19:11:09 EDT 2009


Author: alexmv
Date: Mon May 11 19:11:09 2009
New Revision: 6986

Modified:
   jifty/trunk/META.yml
   jifty/trunk/Makefile.PL

Log:
Bump WWW::Mechanize dep for working ->back method

Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Mon May 11 19:11:09 2009
@@ -123,7 +123,7 @@
   UNIVERSAL::require: 0
   URI: 1.31
   URI::Escape: 0
-  WWW::Mechanize: 1.3
+  WWW::Mechanize: 1.51
   XML::Simple: 0
   XML::Writer: 0.601
   XML::XPath: 0

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Mon May 11 19:11:09 2009
@@ -79,7 +79,7 @@
 requires('Test::Pod::Coverage'),
 requires('Test::WWW::Mechanize' => 1.04 ),
 requires('Test::WWW::Selenium'),
-requires('WWW::Mechanize' => 1.30 ),
+requires('WWW::Mechanize' => 1.51 ),
 requires('UNIVERSAL::require');
 requires('URI' => 1.31);
 requires('URI::Escape');


More information about the Jifty-commit mailing list