Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 2939
Status: resolved
Priority: 95/
Queue: WWW-Mechanize

People
Owner: andy [...] petdance.com
Requestors: andy [...] petdance.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.51
Fixed in: (no value)



This line of code in find_link throws "use of undef warnings" } elsif ( defined ($arg = $parms{text_regex} )) { $match = sub { $_[0]->[1] =~ $arg } I assume that on pages that for some reason have links without text, that $_[0]->[1] will be undef. Is that a bug with HTML::Parser? Or should I just check for definedness on it first?