Skip Menu |

This queue is for tickets about the Net-YahooMessenger CPAN distribution.

Report information
The Basics
Id: 51628
Status: resolved
Priority: 0/
Queue: Net-YahooMessenger

People
Owner: Nobody in particular
Requestors: alexwis [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.17
Fixed in: (no value)



Subject: HTTPS proxy awareness
For more discrete awareness to environment proxy variables (and specifically for the HTTPS protocol which YIM uses during authentication), add the 'noproxy' option to the instantiation of WWW::Mechanize. output from diff for HTTPS.pm 19c19 < my $mech = WWW::Mechanize->new(agent => 'Mozilla/5.0', noproxy => 1); --- Show quoted text
> my $mech = WWW::Mechanize->new(agent => 'Mozilla/5.0');
...and thank you for reviving this module from 2004!
Added your sugestion in 0.19. Thank you very much for your help!