Skip Menu |

This queue is for tickets about the Mail-Webmail-Gmail CPAN distribution.

Report information
The Basics
Id: 11835
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Mail-Webmail-Gmail

People
Owner: mincus [...] cpan.org
Requestors: shlomif [...] iglu.org.il
Cc:
AdminCc:

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



Subject: M::W::G emits warnings under -w
Mail-Webmail-Gmail emits warnings for undefined values when used under the -w flag. The attached patch corrects the problem.
--- lib/Mail/Webmail/Gmail.pm.orig 2005-03-07 19:22:53.698931808 +0200 +++ lib/Mail/Webmail/Gmail.pm 2005-03-07 19:23:37.321300200 +0200 @@ -49,6 +49,7 @@ _ua => $ua, _debug_level => 0, _error => 0, + _proxy_enable => 0, }, $class; if ( defined( $args{proxy_name} ) ) {