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

People
Owner: Nobody in particular
Requestors: lecar_red [...] yahoo.com
Cc:
AdminCc:

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



Subject: failed test - t/live/back #2
it seems that test #2 from 't/live/back.t' fails on both Mac OS X 10.3 and various linux installs (FC, Debian, old Red Hat). With perl versions 5.8.0 - 5.8.4. It fails when trying to follow link from: $mech->follow_link( n=>2 ); ok( $mech->success, 'Followed OK' ); This appears to be a 'https' link, I bet it would work fine if the SSL support for libwww was added. Or this test could be changed to: $mech->follow_link( n=>3 ); Which isn't 'https' and works just fine.
Fixed in 1.18.