about summary refs log tree commit
path: root/lib/Net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net')
-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
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm
index 38054c4..1730be8 100644
--- a/lib/Net/Cmd.pm
+++ b/lib/Net/Cmd.pm
@@ -28,7 +28,7 @@ BEGIN {
   }
 }
 
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 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 a593538..99b93e2 100644
--- a/lib/Net/Config.pm
+++ b/lib/Net/Config.pm
@@ -20,7 +20,7 @@ use Socket qw(inet_aton inet_ntoa);
 
 our @EXPORT  = qw(%NetConfig);
 our @ISA     = qw(Net::LocalCfg Exporter);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 
 our($CONFIGURE, $LIBNET_CFG);
 
diff --git a/lib/Net/Domain.pm b/lib/Net/Domain.pm
index 796bbaf..ce2fd1b 100644
--- a/lib/Net/Domain.pm
+++ b/lib/Net/Domain.pm
@@ -21,7 +21,7 @@ use Net::Config;
 
 our @ISA       = qw(Exporter);
 our @EXPORT_OK = qw(hostname hostdomain hostfqdn domainname);
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 
 my ($host, $domain, $fqdn) = (undef, undef, undef);
 
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 905d830..b47b12d 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -25,7 +25,7 @@ use Net::Config;
 use Socket;
 use Time::Local;
 
-our $VERSION = '3.10';
+our $VERSION = '3.11';
 
 our $IOCLASS;
 my $family_key;
diff --git a/lib/Net/FTP/A.pm b/lib/Net/FTP/A.pm
index c889687..0ea1ba2 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 = "3.10";
+our $VERSION = "3.11";
 
 our $buf;
 
diff --git a/lib/Net/FTP/E.pm b/lib/Net/FTP/E.pm
index 8ebec64..30b371a 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 = "3.10";
+our $VERSION = "3.11";
 
 1;
diff --git a/lib/Net/FTP/I.pm b/lib/Net/FTP/I.pm
index b55002f..ec46ab0 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 = "3.10";
+our $VERSION = "3.11";
 
 our $buf;
 
diff --git a/lib/Net/FTP/L.pm b/lib/Net/FTP/L.pm
index e4ab31e..d9a8857 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 = "3.10";
+our $VERSION = "3.11";
 
 1;
diff --git a/lib/Net/FTP/dataconn.pm b/lib/Net/FTP/dataconn.pm
index 6f5d8b3..337b0e9 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 = '3.10';
+our $VERSION = '3.11';
 
 $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 764d580..3133a8d 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -21,7 +21,7 @@ use Net::Cmd;
 use Net::Config;
 use Time::Local;
 
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 
 # 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 c075e14..1e7961c 100644
--- a/lib/Net/Netrc.pm
+++ b/lib/Net/Netrc.pm
@@ -18,7 +18,7 @@ use warnings;
 use Carp;
 use FileHandle;
 
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 
 our $TESTING;
 
diff --git a/lib/Net/POP3.pm b/lib/Net/POP3.pm
index bb18aaf..24525f3 100644
--- a/lib/Net/POP3.pm
+++ b/lib/Net/POP3.pm
@@ -20,7 +20,7 @@ use IO::Socket;
 use Net::Cmd;
 use Net::Config;
 
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 
 # 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 0dd966f..d9543e7 100644
--- a/lib/Net/SMTP.pm
+++ b/lib/Net/SMTP.pm
@@ -21,7 +21,7 @@ use Net::Cmd;
 use Net::Config;
 use Socket;
 
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 
 # 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 9a7f3b2..f792be4 100644
--- a/lib/Net/Time.pm
+++ b/lib/Net/Time.pm
@@ -24,7 +24,7 @@ use Net::Config;
 our @ISA       = qw(Exporter);
 our @EXPORT_OK = qw(inet_time inet_daytime);
 
-our $VERSION = "3.10";
+our $VERSION = "3.11";
 
 our $TIMEOUT = 120;