Subject: | Unable to use behind proxy + fix |
Hi,
I wasn't able to run perldist_strawberry behind a proxy.
To fix, I set my http_proxy environment variable appropriately and
changed the 2 calls to LWP::UserAgent->new() in
Perl::Dist::Strawberry.pm to include an env_proxy argument. I.e.
LWP::UserAgent->new(env_proxy=>1) instead. Seems like this would be nice
for others stuck behind proxies.
Thanks!