Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 55091
Status: resolved
Priority: 0/
Queue: CPAN

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

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



Subject: CPAN::LWP::UserAgent don't ask the proxy credentials if proxy_user empty
Hey, the CPAN part CPAN::LWP::UserAgent don't ask the proxy credentials if proxy_user empty. If you run 'o conf init /proxy/' and set a proxy then you will be asked to proxy_user. This leave them blank, then you have the config: proxy_user => q[] and CPAN doesn't ask for proxy credentials. Because proxy_user is defined but empty. Thanks Robert
I forked the repository on github and implements a solution ans send a pull request. The commit to the soltion: http://github.com/rbo/cpanpm/commit/fb479efadeda4cf007ec0e5c801c 31005ee56428
Your fix is now in 1.94_62. Thank you!