[Catalyst-commits] r13031 - Test-WWW-Mechanize-Catalyst/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Mar 8 01:18:05 GMT 2010


Author: t0m
Date: 2010-03-08 01:18:05 +0000 (Mon, 08 Mar 2010)
New Revision: 13031

Modified:
   Test-WWW-Mechanize-Catalyst/trunk/Makefile.PL
Log:
Fix RT#44555 by requiring newer Mechanize

Modified: Test-WWW-Mechanize-Catalyst/trunk/Makefile.PL
===================================================================
--- Test-WWW-Mechanize-Catalyst/trunk/Makefile.PL	2010-03-08 01:17:29 UTC (rev 13030)
+++ Test-WWW-Mechanize-Catalyst/trunk/Makefile.PL	2010-03-08 01:18:05 UTC (rev 13031)
@@ -10,7 +10,7 @@
 requires 'Catalyst'                                 => '5.00';
 requires 'LWP'                                      => '5.816';
 requires 'Test::WWW::Mechanize'                     => '1.14';
-requires 'WWW::Mechanize'                           => '1.50';
+requires 'WWW::Mechanize'                           => '1.54';
 requires 'Moose'                                    => '0.67';
 requires 'namespace::clean'                         => '0.09';
 




More information about the Catalyst-commits mailing list