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: 3035
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

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

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



Subject: find_link() et al should squawk on bad regexes
More than a few times I've written this code: $w->find_link( text_regex => /whatever/i ); instead of $w->find_link( text_regex => qr/whatever/i ); If it's wanting a regex, it should complain if it's NOT a regex.