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