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

People
Owner: Nobody in particular
Requestors: briac [...] cpan.org
Cc:
AdminCc:

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



Subject: Documentation innacuracy
The documentation states that the $agent->click() methods returns an HTTP status code but it effectively returns a HTTP::Response object. -- briac
--- Mechanize.pm.original Mon Oct 28 16:53:24 2002 +++ Mechanize.pm Mon Oct 28 16:54:17 2002 @@ -217,7 +217,7 @@ If there is only one button on the form, C<< $agent->click() >> with no arguments simply clicks that one button. -Returns an HTTP status code. +Returns a HTTP::Response object. =cut
Thanks. Fixed in the next version.