Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 70199
Status: resolved
Priority: 0/
Queue: Shipwright

People
Owner: Nobody in particular
Requestors: DICHI [...] cpan.org
Cc:
AdminCc:

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



Shipwright does not support proxy, all it takes to enable proxy support is adding the following line into Shipwright/Source/Base.pm sub _lwp_get { my $self = shift; my $source = shift; require LWP::UserAgent; my $ua = LWP::UserAgent->new; + $ua->env_proxy; $ua->timeout( $ENV{SHIPWRIGHT_LWP_TIMEOUT} ) This will get the proxy from the environment variables
thanks, this will be included in the next release. best wishes sunnavy On Wed Aug 10 12:25:19 2011, DICHI wrote: Show quoted text
> Shipwright does not support proxy, all it takes to enable proxy support > is adding the following line into Shipwright/Source/Base.pm > > sub _lwp_get { > my $self = shift; > my $source = shift; > require LWP::UserAgent; > my $ua = LWP::UserAgent->new; > + $ua->env_proxy; > $ua->timeout( $ENV{SHIPWRIGHT_LWP_TIMEOUT} ) > > This will get the proxy from the environment variables
fixed in 2.4.30 best wishes sunnavy