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

People
Owner: Nobody in particular
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

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



Subject: proxy required for live wikipedia test
The t/live/wikipedia.t uses Tools.pm, which unsets HTTP_PROXY. Users sitting behind a firewall will not be able to connect and this test fails. Probably the easiest solution is to pass some conditional to Tools.pm (e.g. like this: use Tools qw(keep_proxy);) to avoid that the proxy variables are unset during t/live/wikipedia.t Cheers, Marek
Please send this and any other tickets to the Google Code repository as noted in the docs. Thanks, Andy