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.