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