[Jifty-commit] r1438 - jifty/trunk/lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jul 2 19:50:10 EDT 2006


Author: audreyt
Date: Sun Jul  2 19:50:10 2006
New Revision: 1438

Modified:
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm

Log:
* Jifty::Test::WWW::Mechanize - stop uninitialized warning

Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Sun Jul  2 19:50:10 2006
@@ -132,6 +132,8 @@
 
     my $i;
     for my $form ($self->forms) {
+        no warnings 'uninitialized';
+
         $i++;
         next unless first {   $_->name =~ /J:A-(?:\d+-)?$moniker/
                            && $_->type eq "hidden" }


More information about the Jifty-commit mailing list