From 6cd0a0df0a5f31fe606507042f368ec02fa4c759 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 6 Aug 2013 18:23:53 +0100 Subject: Bump $VERSION in all modules changed since 1.22_01 --- Net/Cmd.pm | 2 +- Net/Config.pm | 2 +- Net/FTP.pm | 2 +- Net/FTP/dataconn.pm | 2 +- Net/Netrc.pm | 2 +- Net/POP3.pm | 2 +- Net/SMTP.pm | 2 +- 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); -- cgit v1.2.3-24-ge0c7