In french: "boulette"...

This commit is contained in:
Xavier Guimard 2013-10-08 10:30:14 +00:00
parent 092bed086e
commit d4210f0fe8

View File

@ -22,7 +22,7 @@ sub ua {
# TODO : LWP options to use a proxy for example
$_ua = LWP::UserAgent->new() or $self->abort($@);
push @{ $_ua->requests_redirectable }, 'POST';
$self->ua()->env_proxy();
$_ua->env_proxy();
return $_ua;
}