about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-12 21:57:14 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-12 21:57:14 +0100
commit2ac06ce3f499ba3eb8348576d747e8f719ce11ad (patch)
treead47065612cfb9bb5557382144adcf80611f18d3
parent13babdb3266132d7744971c4902b303baef5ea14 (diff)
downloadperl-libnet-2ac06ce3f499ba3eb8348576d747e8f719ce11ad.tar.gz
Bump $VERSIONs following typo fixes from dsteinbrunner
-rw-r--r--Net/Domain.pm2
-rw-r--r--Net/FTP.pm2
-rw-r--r--Net/FTP/dataconn.pm2
-rw-r--r--Net/NNTP.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/Domain.pm b/Net/Domain.pm
index 3b7feb4..d47f8be 100644
--- a/Net/Domain.pm
+++ b/Net/Domain.pm
@@ -16,7 +16,7 @@ use Net::Config;
 @ISA       = qw(Exporter);
 @EXPORT_OK = qw(hostname hostdomain hostfqdn domainname);
 
-$VERSION = "2.21";
+$VERSION = "2.22";
 
 my ($host, $domain, $fqdn) = (undef, undef, undef);
 
diff --git a/Net/FTP.pm b/Net/FTP.pm
index db817cc..01e3649 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_3';
+$VERSION = '2.78';
 @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 ef35b63..3f93668 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_02';
+$VERSION = '0.12';
 @ISA     = qw(IO::Socket::INET);
 
 
diff --git a/Net/NNTP.pm b/Net/NNTP.pm
index a2f3def..9b6a894 100644
--- a/Net/NNTP.pm
+++ b/Net/NNTP.pm
@@ -14,7 +14,7 @@ use Carp;
 use Time::Local;
 use Net::Config;
 
-$VERSION = "2.24_1";
+$VERSION = "2.25";
 @ISA     = qw(Net::Cmd IO::Socket::INET);
 
 
diff --git a/Net/Netrc.pm b/Net/Netrc.pm
index 3414e66..fbe8d6d 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_01";
+$VERSION = "2.14";
 
 my %netrc = ();
 
diff --git a/Net/POP3.pm b/Net/POP3.pm
index 71b990c..b79a3bf 100644
--- a/Net/POP3.pm
+++ b/Net/POP3.pm
@@ -13,7 +13,7 @@ use Net::Cmd;
 use Carp;
 use Net::Config;
 
-$VERSION = "2.29_01";
+$VERSION = "2.30";
 
 @ISA = qw(Net::Cmd IO::Socket::INET);
 
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 7980334..5dba19e 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_2";
+$VERSION = "2.32";
 
 @ISA = qw(Net::Cmd IO::Socket::INET);