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} ) ) {