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) = @_;