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

People
Owner: Nobody in particular
Requestors: frag [...] ripco.net
Cc:
AdminCc:

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



Subject: documentation errors in new functions
2 small documentation errors.
--- Mechanize.pm~ Sat Apr 19 21:45:06 2003 +++ Mechanize.pm Mon Apr 21 10:55:46 2003 @@ -289,11 +289,11 @@ To match text that has "download" anywhere in it, regardless of case, use - $agent->find_link( text => qr/download/ ); + $agent->find_link( text => qr/download/i ); =item url => string -Matches the text of the link against I<string>, which must be an +Matches the URL of the link against I<string>, which must be an exact match. This is similar to the C<text> parm. =item url_regex => regex
Fixed. Thanks, Mike.