about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-06 18:23:53 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-06 18:23:53 +0100
commit6cd0a0df0a5f31fe606507042f368ec02fa4c759 (patch)
tree84345e584b03ae400339b1283da24fae68f9fd46
parent1153016788674ceb1592e5c06123d260dcbe4c65 (diff)
downloadperl-libnet-6cd0a0df0a5f31fe606507042f368ec02fa4c759.tar.gz
Bump $VERSION in all modules changed since 1.22_01
-rw-r--r--Net/Cmd.pm2
-rw-r--r--Net/Config.pm2
-rw-r--r--Net/FTP.pm2
-rw-r--r--Net/FTP/dataconn.pm2
-rw-r--r--Net/Netrc.pm2
-rw-r--r--Net/POP3.pm2
-rw-r--r--Net/SMTP.pm2
7 files changed, 7 insertions, 7 deletions
diff --git a/Net/Cmd.pm b/Net/Cmd.pm
index 1acf822..b4988b4 100644
--- a/Net/Cmd.pm
+++ b/Net/Cmd.pm
@@ -37,7 +37,7 @@ BEGIN {
   }
 }
 
-$VERSION = "2.29_1";
+$VERSION = "2.29_2";
 @ISA     = qw(Exporter);
 @EXPORT  = qw(CMD_INFO CMD_OK CMD_MORE CMD_REJECT CMD_ERROR CMD_PENDING);
 
diff --git a/Net/Config.pm b/Net/Config.pm
index bed39cd..24ae2c0 100644
--- a/Net/Config.pm
+++ b/Net/Config.pm
@@ -13,7 +13,7 @@ use strict;
 
 @EXPORT  = qw(%NetConfig);
 @ISA     = qw(Net::LocalCfg Exporter);
-$VERSION = "1.11";
+$VERSION = "1.11_01";
 
 eval { local $SIG{__DIE__}; require Net::LocalCfg };
 
diff --git a/Net/FTP.pm b/Net/FTP.pm
index 427ef98..1c0deb2 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -21,7 +21,7 @@ use Net::Cmd;
 use Net::Config;
 use Fcntl qw(O_WRONLY O_RDONLY O_APPEND O_CREAT O_TRUNC);
 
-$VERSION = '2.77_2';
+$VERSION = '2.77_3';
 @ISA     = qw(Exporter Net::Cmd IO::Socket::INET);
 
 # Someday I will "use constant", when I am not bothered to much about
diff --git a/Net/FTP/dataconn.pm b/Net/FTP/dataconn.pm
index 75c1180..64eaeec 100644
--- a/Net/FTP/dataconn.pm
+++ b/Net/FTP/dataconn.pm
@@ -9,7 +9,7 @@ use vars qw(@ISA $timeout $VERSION);
 use Net::Cmd;
 use Errno;
 
-$VERSION = '0.11_01';
+$VERSION = '0.11_02';
 @ISA     = qw(IO::Socket::INET);
 
 
diff --git a/Net/Netrc.pm b/Net/Netrc.pm
index 57e965e..7d153a2 100644
--- a/Net/Netrc.pm
+++ b/Net/Netrc.pm
@@ -11,7 +11,7 @@ use strict;
 use FileHandle;
 use vars qw($VERSION $TESTING);
 
-$VERSION = "2.13";
+$VERSION = "2.13_01";
 
 my %netrc = ();
 
diff --git a/Net/POP3.pm b/Net/POP3.pm
index f4ac8f5..0d227fd 100644
--- a/Net/POP3.pm
+++ b/Net/POP3.pm
@@ -13,7 +13,7 @@ use Net::Cmd;
 use Carp;
 use Net::Config;
 
-$VERSION = "2.29";
+$VERSION = "2.29_01";
 
 @ISA = qw(Net::Cmd IO::Socket::INET);
 
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 9abb115..67a7418 100644
--- a/Net/SMTP.pm
+++ b/Net/SMTP.pm
@@ -16,7 +16,7 @@ use IO::Socket;
 use Net::Cmd;
 use Net::Config;
 
-$VERSION = "2.31_1";
+$VERSION = "2.31_2";
 
 @ISA = qw(Net::Cmd IO::Socket::INET);