about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-10-08 13:31:54 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-10-08 13:31:54 +0100
commitdb88f03536cd3ee8b7a84e5634d8627884e268d6 (patch)
treef53c1ea89f22351bd87b2e9310911bd98b7b9b2a
parentfbd2ca0cf1012065ed0db35d348a6cbeebe03fea (diff)
downloadperl-libnet-db88f03536cd3ee8b7a84e5634d8627884e268d6.tar.gz
Synchronize all $VERSIONs to the distribution's version number
Bump that to 3.00 so that no $VERSIONs end up going backwards.
-rw-r--r--Changes5
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Net/Cmd.pm2
-rw-r--r--lib/Net/Config.pm2
-rw-r--r--lib/Net/Domain.pm2
-rw-r--r--lib/Net/FTP.pm2
-rw-r--r--lib/Net/FTP/A.pm2
-rw-r--r--lib/Net/FTP/E.pm2
-rw-r--r--lib/Net/FTP/I.pm2
-rw-r--r--lib/Net/FTP/L.pm2
-rw-r--r--lib/Net/FTP/dataconn.pm2
-rw-r--r--lib/Net/NNTP.pm2
-rw-r--r--lib/Net/Netrc.pm2
-rw-r--r--lib/Net/POP3.pm2
-rw-r--r--lib/Net/SMTP.pm2
-rw-r--r--lib/Net/Time.pm2
16 files changed, 18 insertions, 17 deletions
diff --git a/Changes b/Changes
index c674fbf..d6100d5 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
-libnet 1.31  -- TODO
+libnet 3.00  -- TODO
 
-  * TODO
+  * Synchronize all $VERSIONs to the distribution's version number, bumping that
+    to 3.00 so that no $VERSIONs end up going backwards.
 
 libnet 1.30  -- Wed Oct 08 2014
 
diff --git a/Makefile.PL b/Makefile.PL
index 61b39f4..7d6832e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -64,7 +64,7 @@ MAIN: {
         ABSTRACT => 'Collection of network protocol modules',
         AUTHOR   => 'Graham Barr <gbarr@pobox.com>, Steve Hay <shay@cpan.org>',
         LICENSE  => 'perl_5',
-        VERSION  => '1.31',
+        VERSION  => '3.00',
 
         META_MERGE => {
             'meta-spec' => {
diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm
index b5abea2..9d5e0df 100644
--- a/lib/Net/Cmd.pm
+++ b/lib/Net/Cmd.pm
@@ -41,7 +41,7 @@ BEGIN {
   }
 }
 
-our $VERSION = "2.31";
+our $VERSION = "3.00";
 our @ISA     = qw(Exporter);
 our @EXPORT  = qw(CMD_INFO CMD_OK CMD_MORE CMD_REJECT CMD_ERROR CMD_PENDING);
 
diff --git a/lib/Net/Config.pm b/lib/Net/Config.pm
index 18da9d1..412ed4a 100644
--- a/lib/Net/Config.pm
+++ b/lib/Net/Config.pm
@@ -19,7 +19,7 @@ use Socket qw(inet_aton inet_ntoa);
 
 our @EXPORT  = qw(%NetConfig);
 our @ISA     = qw(Net::LocalCfg Exporter);
-our $VERSION = "1.15";
+our $VERSION = "3.00";
 
 our($CONFIGURE, $LIBNET_CFG);
 
diff --git a/lib/Net/Domain.pm b/lib/Net/Domain.pm
index b7a887d..de86054 100644
--- a/lib/Net/Domain.pm
+++ b/lib/Net/Domain.pm
@@ -20,7 +20,7 @@ use Net::Config;
 
 our @ISA       = qw(Exporter);
 our @EXPORT_OK = qw(hostname hostdomain hostfqdn domainname);
-our $VERSION = "2.24";
+our $VERSION = "3.00";
 
 my ($host, $domain, $fqdn) = (undef, undef, undef);
 
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index fe88539..d6e5e1b 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -24,7 +24,7 @@ use Net::Config;
 use Socket 1.3;
 use Time::Local;
 
-our $VERSION = '2.81';
+our $VERSION = '3.00';
 
 our $IOCLASS;
 BEGIN {
diff --git a/lib/Net/FTP/A.pm b/lib/Net/FTP/A.pm
index 4c99019..314a4d9 100644
--- a/lib/Net/FTP/A.pm
+++ b/lib/Net/FTP/A.pm
@@ -13,7 +13,7 @@ use Carp;
 use Net::FTP::dataconn;
 
 our @ISA     = qw(Net::FTP::dataconn);
-our $VERSION = "1.20";
+our $VERSION = "3.00";
 
 our $buf;
 
diff --git a/lib/Net/FTP/E.pm b/lib/Net/FTP/E.pm
index dd96e3b..50b0757 100644
--- a/lib/Net/FTP/E.pm
+++ b/lib/Net/FTP/E.pm
@@ -8,6 +8,6 @@ use warnings;
 use Net::FTP::I;
 
 our @ISA = qw(Net::FTP::I);
-our $VERSION = "0.02";
+our $VERSION = "3.00";
 
 1;
diff --git a/lib/Net/FTP/I.pm b/lib/Net/FTP/I.pm
index 0145ed2..1302a95 100644
--- a/lib/Net/FTP/I.pm
+++ b/lib/Net/FTP/I.pm
@@ -13,7 +13,7 @@ use Carp;
 use Net::FTP::dataconn;
 
 our @ISA     = qw(Net::FTP::dataconn);
-our $VERSION = "1.13";
+our $VERSION = "3.00";
 
 our $buf;
 
diff --git a/lib/Net/FTP/L.pm b/lib/Net/FTP/L.pm
index b0858e0..bdc04f1 100644
--- a/lib/Net/FTP/L.pm
+++ b/lib/Net/FTP/L.pm
@@ -8,6 +8,6 @@ use warnings;
 use Net::FTP::I;
 
 our @ISA = qw(Net::FTP::I);
-our $VERSION = "0.02";
+our $VERSION = "3.00";
 
 1;
diff --git a/lib/Net/FTP/dataconn.pm b/lib/Net/FTP/dataconn.pm
index c9c3c14..6639933 100644
--- a/lib/Net/FTP/dataconn.pm
+++ b/lib/Net/FTP/dataconn.pm
@@ -13,7 +13,7 @@ use Carp;
 use Errno;
 use Net::Cmd;
 
-our $VERSION = '0.13';
+our $VERSION = '3.00';
 
 $Net::FTP::IOCLASS or die "please load Net::FTP before Net::FTP::dataconn";
 our @ISA = $Net::FTP::IOCLASS;
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index a8fac38..5c56ac9 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -20,7 +20,7 @@ use Net::Cmd;
 use Net::Config;
 use Time::Local;
 
-our $VERSION = "2.27";
+our $VERSION = "3.00";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {
diff --git a/lib/Net/Netrc.pm b/lib/Net/Netrc.pm
index 33772d0..21f4ea3 100644
--- a/lib/Net/Netrc.pm
+++ b/lib/Net/Netrc.pm
@@ -17,7 +17,7 @@ use warnings;
 use Carp;
 use FileHandle;
 
-our $VERSION = "2.15";
+our $VERSION = "3.00";
 
 our $TESTING;
 
diff --git a/lib/Net/POP3.pm b/lib/Net/POP3.pm
index 961cb21..de02b8c 100644
--- a/lib/Net/POP3.pm
+++ b/lib/Net/POP3.pm
@@ -19,7 +19,7 @@ use IO::Socket;
 use Net::Cmd;
 use Net::Config;
 
-our $VERSION = "2.34";
+our $VERSION = "3.00";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {
diff --git a/lib/Net/SMTP.pm b/lib/Net/SMTP.pm
index 589548e..18e5bc1 100644
--- a/lib/Net/SMTP.pm
+++ b/lib/Net/SMTP.pm
@@ -20,7 +20,7 @@ use Net::Cmd;
 use Net::Config;
 use Socket 1.3;
 
-our $VERSION = "2.37";
+our $VERSION = "3.00";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {
diff --git a/lib/Net/Time.pm b/lib/Net/Time.pm
index 26f43a1..f815ab6 100644
--- a/lib/Net/Time.pm
+++ b/lib/Net/Time.pm
@@ -23,7 +23,7 @@ use Net::Config;
 our @ISA       = qw(Exporter);
 our @EXPORT_OK = qw(inet_time inet_daytime);
 
-our $VERSION = "2.12";
+our $VERSION = "3.00";
 
 our $TIMEOUT = 120;