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

People
Owner: Nobody in particular
Requestors: jsacco [...] earthlink.net
Cc:
AdminCc:

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



Subject: submit_form() completion status error
From: "Joseph E. Sacco, Ph. D." <jsacco [...] earthlink.net>
To: bug-WWW-Mechanize [...] rt.cpan.org
Date: Sun, 14 Dec 2003 12:02:33 -0500
System: PPC: Yellow Dog Linux-3.0.1 Perl-5.8.0 WWW::Mechanize 0.70 ---------------------------------------------------------------------- If $mech->submit_form() fails for some reason, one would expect $mech->success == 0 Doesn't happen. Thoughts??? -Joseph -- Joseph E. Sacco, Ph. D. <jsacco@earthlink.net> J.E. Sacco & Associates, Inc.
[jsacco@earthlink.net - Sun Dec 14 12:02:40 2003]: Show quoted text
> System: > PPC: Yellow Dog Linux-3.0.1 > Perl-5.8.0 > WWW::Mechanize 0.70 > ---------------------------------------------------------------------- > > If $mech->submit_form() fails for some reason, one would expect > > $mech->success == 0 > > Doesn't happen.
Joseph, Sorry for the very long delay. Thanks for the bug report. You get bonus points for including all your version information! Could you put together a simple case (preferrably using Test::More or Test::WWW::Mechanize) that illustrates this? This will be the first step in getting the issue resolved. Thanks, Mark