Skip Menu |

This queue is for tickets about the LWP-UserAgent-ProxyHopper-Base CPAN distribution.

Report information
The Basics
Id: 76154
Status: resolved
Priority: 0/
Queue: LWP-UserAgent-ProxyHopper-Base

People
Owner: Nobody in particular
Requestors: lordnynex [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.002
Fixed in: (no value)



Seems the proxy list format has changed. Some promotional text gets caught into $proxies[0]. This causes all cpan tests to fail and makes the module ultimately unusable. I've attached a potentially deceptive patch. Seems operating on the @proxy array with shift() before using it solves the problem.
Subject: LWP::UserAgent::ProxyHopper::Base.patch
82c82 < shift @proxies; # MY PATCH BITCHES --- >
Subject: Fixed
Sorry for long delay... for some reason I thought I fixed this. The problem was actually with WWW::FreeProxyListsCom that this module uses, and I applied your quick fix there. Thanks!