Subject: | Does not work behind a web proxy |
Because the creation of the UA is hidden within the module, it's not possible to configure
LWP::UserAgent to use a proxy.
Normally, I'd use $ua->env_proxy to pick up $HTTP_PROXY.
Allowing the UA to be passed into the module would be one solution.