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

People
Owner: Nobody in particular
Requestors: Peter [...] PSDT.com
Cc:
AdminCc:

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



Subject: PATCH link-relative.t for 5.6.1 Cwd.pm
--- t/link-relative.t.orig 2006-01-06 13:45:46.000002000 -0800 +++ t/link-relative.t 2006-01-06 13:42:40.000002000 -0800 @@ -7,6 +7,7 @@ use URI::file; BEGIN { + delete @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)}; # Placates taint-unsafe Cwd.pm in 5.6.1 use_ok( 'WWW::Mechanize' ); }
Fixed long ago. Just cleaning up old tickets.