Skip Menu |

This queue is for tickets about the WWW-Google-PageRank CPAN distribution.

Report information
The Basics
Id: 63705
Status: resolved
Priority: 0/
Queue: WWW-Google-PageRank

People
Owner: Nobody in particular
Requestors: bohica [...] ntlworld.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.15
Fixed in: (no value)



Subject: Add support for LWP::UserAgent env_proxy
Hi, I wondered why WWW::Google::PageRank has a proxy setting and does not support LWP::UserAgent's env_proxy. Initially I was playing with the example at: http://www.perl-uwe.com/2010/12/day-5-check-your-google-pagerank-with.html and it did not work even though I have my http_proxy environment variable set. Then I saw the proxy attribute, set it and it works. It would be nice to support env_proxy. Martin -- Martin J. Evans Wetherby, UK
On Tue Dec 07 10:42:44 2010, MJEVANS wrote: I've added support of env_proxy in 0.16, but it's not enabled by default, you need to pass env_proxy parameter to constructor. Thank you for suggestion! Show quoted text
> Hi, > > I wondered why WWW::Google::PageRank has a proxy setting and does not > support LWP::UserAgent's env_proxy. Initially I was playing with the > example at: > > http://www.perl-uwe.com/2010/12/day-5-check-your-google-pagerank-with.html > > and it did not work even though I have my http_proxy environment > variable set. Then I saw the proxy attribute, set it and it works. It > would be nice to support env_proxy. > > Martin