about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-01-29 08:35:24 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-01-29 08:35:24 +0000
commit2c6a5afd1ef525c30ad32427f4dd20bc6e819403 (patch)
treef571e96969f65f48322df3135f4594d885f4875e
parent888ec2315afbd5c17c16157a3f71dac75b3ef85c (diff)
downloadperl-libnet-2c6a5afd1ef525c30ad32427f4dd20bc6e819403.tar.gz
Bump $Net::Domain::VERSION for previous change
-rw-r--r--Net/Domain.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/Domain.pm b/Net/Domain.pm
index 59c803a..5b964c3 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.22";
+$VERSION = "2.23";
 
 my ($host, $domain, $fqdn) = (undef, undef, undef);