about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2007-05-19 13:35:22 +0000
committerGraham Barr <gbarr@pobox.com>2009-02-24 10:40:48 -0600
commit5fd1783c84c84a7b01a29f283cd875b333d9014b (patch)
tree160f17e704d5ca8b55fa3a3b5c4277be1bbc89a3
parent6e488118e2d749262cbcd593fef75fed1305db7c (diff)
downloadperl-libnet-5fd1783c84c84a7b01a29f283cd875b333d9014b.tar.gz
Version update
-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);