about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--Net/Domain.pm2
-rw-r--r--Net/POP3.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Net/Domain.pm b/Net/Domain.pm
index ca36a79..330909d 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.19_01";
+$VERSION = "2.20";
 
 my ($host, $domain, $fqdn) = (undef, undef, undef);
 
diff --git a/Net/POP3.pm b/Net/POP3.pm
index f805150..8381c81 100644
--- a/Net/POP3.pm
+++ b/Net/POP3.pm
@@ -13,7 +13,7 @@ use Net::Cmd;
 use Carp;
 use Net::Config;
 
-$VERSION = "2.28_2";
+$VERSION = "2.29";
 
 @ISA = qw(Net::Cmd IO::Socket::INET);