Skip Menu |

This queue is for tickets about the WWW-WolframAlpha CPAN distribution.

Report information
The Basics
Id: 83067
Status: new
Priority: 0/
Queue: WWW-WolframAlpha

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

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



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.