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