Subject: | Bug with detection a proxy url |
There is a bug in the proxy detection code: I have my
http_proxy environment variable set to http://localhost:3128/, which is
the correct syntax. Your module however, strips off the port part of
the uri, causing any www requests to fail. I would suggest just letting
LWP::UserAgent handling all the proxy settings.
I've created a little patch that cleans up this bug (at least with my
local settings). It's attached. Please let me know what you think of
it.
Message body not shown because it is not plain text.