[perl-www-contact commit] r44 - trunk/lib/WWW/Contact

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 30, 2008, 9:55:13 AM10/30/08
to perl-www...@googlegroups.com
Author: sachinjsk
Date: Thu Oct 30 06:54:46 2008
New Revision: 44

Modified:
trunk/lib/WWW/Contact/Indiatimes.pm
trunk/lib/WWW/Contact/Lycos.pm
trunk/lib/WWW/Contact/Mail.pm
trunk/lib/WWW/Contact/Plaxo.pm
trunk/lib/WWW/Contact/Rediffmail.pm

Log:
removed unused Mechanize::Gzip from modules which doesn't use it.

Modified: trunk/lib/WWW/Contact/Indiatimes.pm
==============================================================================
--- trunk/lib/WWW/Contact/Indiatimes.pm (original)
+++ trunk/lib/WWW/Contact/Indiatimes.pm Thu Oct 30 06:54:46 2008
@@ -6,8 +6,6 @@
our $VERSION = '0.14';
our $AUTHORITY = 'cpan:SACHINJSK';

-has '+ua_class' => ( default => 'WWW::Mechanize::GZip' );
-
sub get_contacts {
my ($self, $email, $password) = @_;


Modified: trunk/lib/WWW/Contact/Lycos.pm
==============================================================================
--- trunk/lib/WWW/Contact/Lycos.pm (original)
+++ trunk/lib/WWW/Contact/Lycos.pm Thu Oct 30 06:54:46 2008
@@ -6,8 +6,6 @@
our $VERSION = '0.01';
our $AUTHORITY = 'cpan:SACHINJSK';

-has '+ua_class' => ( default => 'WWW::Mechanize::GZip' );
-
sub get_contacts {
my ($self, $email, $password) = @_;


Modified: trunk/lib/WWW/Contact/Mail.pm
==============================================================================
--- trunk/lib/WWW/Contact/Mail.pm (original)
+++ trunk/lib/WWW/Contact/Mail.pm Thu Oct 30 06:54:46 2008
@@ -6,8 +6,6 @@
our $VERSION = '0.14';
our $AUTHORITY = 'cpan:SACHINJSK';

-has '+ua_class' => ( default => 'WWW::Mechanize::GZip' );
-
sub get_contacts {
my ($self, $email, $password) = @_;


Modified: trunk/lib/WWW/Contact/Plaxo.pm
==============================================================================
--- trunk/lib/WWW/Contact/Plaxo.pm (original)
+++ trunk/lib/WWW/Contact/Plaxo.pm Thu Oct 30 06:54:46 2008
@@ -6,8 +6,6 @@
our $VERSION = '0.01';
our $AUTHORITY = 'cpan:SACHINJSK';

-has '+ua_class' => ( default => 'WWW::Mechanize::GZip' );
-
sub get_contacts {
my ($self, $email, $password) = @_;


Modified: trunk/lib/WWW/Contact/Rediffmail.pm
==============================================================================
--- trunk/lib/WWW/Contact/Rediffmail.pm (original)
+++ trunk/lib/WWW/Contact/Rediffmail.pm Thu Oct 30 06:54:46 2008
@@ -6,8 +6,6 @@
our $VERSION = '0.14';
our $AUTHORITY = 'cpan:SACHINJSK';

-has '+ua_class' => ( default => 'WWW::Mechanize::GZip' );
-
sub get_contacts {
my ($self, $email, $password) = @_;

Reply all
Reply to author
Forward
0 new messages