some suggestions about Net::SSL

"Wen, YigangX" <[email protected]> Thu, 18 Oct 2012 07:51:51 +0000
Newsgroups gmane.comp.lang.perl.modules.lwp
Message-ID <9A2F43D9FD6D514ABC761E747D37E80BD01651@SHSMSX101.ccr.corp.intel.com>
Hi,

I have some suggestions about Net::SSL. In our project we often set proxy env like below:

$ENV{HTTPS_PROXY} = http://proxy_hostname_or_ip:port/

There is a slash in the end. But Net::SSL can't parse "port" correctly. I read the source codes and find it can't parse really.
So we have to deal with %ENV in our codes. We hope Net::SSL more powerful for every user. I think one line "$proxy_server =~ s|/+$||;" will be OK.
Could you help us?

Thanks and Best regards