about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-02 14:13:55 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-02 14:13:55 +0100
commit67b37d5c7118f9af50e5a5a00c242992caba3b8d (patch)
tree075cf00e140ae3dfecb40372d2b85c3fe7e86bc6
parentc790f1597de19296c980586c39b388468b1205b2 (diff)
downloadperl-libnet-67b37d5c7118f9af50e5a5a00c242992caba3b8d.tar.gz
Bump $VERSION in changed modules
-rw-r--r--Net/Cmd.pm2
-rw-r--r--Net/POP3.pm2
-rw-r--r--Net/SMTP.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/Net/Cmd.pm b/Net/Cmd.pm
index 61f6a7b..c2c046c 100644
--- a/Net/Cmd.pm
+++ b/Net/Cmd.pm
@@ -37,7 +37,7 @@ BEGIN {
   }
 }
 
-$VERSION = "2.30";
+$VERSION = "2.31";
 @ISA     = qw(Exporter);
 @EXPORT  = qw(CMD_INFO CMD_OK CMD_MORE CMD_REJECT CMD_ERROR CMD_PENDING);
 
diff --git a/Net/POP3.pm b/Net/POP3.pm
index 4a6089d..2ce3d14 100644
--- a/Net/POP3.pm
+++ b/Net/POP3.pm
@@ -13,7 +13,7 @@ use Net::Cmd;
 use Carp;
 use Net::Config;
 
-$VERSION = "2.31";
+$VERSION = "2.32";
 
 @ISA = qw(Net::Cmd IO::Socket::INET);
 # Code for detecting if we can use SSL
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 4496f6f..9dfaadf 100644
--- a/Net/SMTP.pm
+++ b/Net/SMTP.pm
@@ -16,7 +16,7 @@ use IO::Socket;
 use Net::Cmd;
 use Net::Config;
 
-$VERSION = "2.34";
+$VERSION = "2.35";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {