Skip Menu |

This queue is for tickets about the Perlanet CPAN distribution.

Report information
The Basics
Id: 51110
Status: resolved
Priority: 0/
Queue: Perlanet

People
Owner: DAVECROSS [...] cpan.org
Requestors: peter [...] dragonstaff.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.36
Fixed in: (no value)



Subject: Need to add HTTP proxy support for LWP::UserAgent
Diff to fix: --- Perlanet.pm 2009-10-28 20:14:39.000000000 +0000 +++ /home/edwarp11/perl5/lib/perl5/Perlanet.pm 2009-11-04 17:57:07.000000000 +0000 @@ -89,6 +89,7 @@ $self->ua(LWP::UserAgent->new( agent => $self->cfg->{agent} ||= "Perlanet/$VERSION" )); $self->ua->show_progress(1) if -t STDOUT; + $self->ua->env_proxy; if ($self->cfg->{cache_dir}) { eval { require CHI; };
Version 0.37 en route to CPAN now.
Subject: Re: [rt.cpan.org #51110] Need to add HTTP proxy support for LWP::UserAgent
Date: Mon, 23 Nov 2009 21:41:03 +0000
To: bug-Perlanet [...] rt.cpan.org
From: Peter Edwards <peter [...] dragonstaff.co.uk>
Thanks, nice one Dave. -Peter 2009/11/23 DAVECROSS via RT <bug-Perlanet@rt.cpan.org> Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=51110 > > > Version 0.37 en route to CPAN now. >