Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTTP-SimpleLinkChecker CPAN distribution.

Report information
The Basics
Id: 11069
Status: resolved
Worked: 5 min
Priority: 0/
Queue: HTTP-SimpleLinkChecker

People
Owner: bdfoy [...] cpan.org
Requestors: garyaj [...] rta.nsw.gov.au
Cc:
AdminCc:

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



Subject: Not picking up proxies
Fails tests 200.t and 403.t if behind a firewall. My workaround/fix in SimpleLinkChecker.pm is this: --- SimpleLinkChecker.pm.old 2005-01-19 14:18:50.000000000 +1100 +++ SimpleLinkChecker.pm 2005-01-19 14:03:14.000000000 +1100 @@ -10,6 +10,7 @@ @EXPORT_OK = qw(check_link); my $UA = LWP::UserAgent->new(); +$UA->env_proxy; $VERSION = sprintf "%d.%02d", q$Revision: 1.6 $ =~ m/ (\d+) \. (\d+)/x;