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
---
>