diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Net/Domain.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Net/Domain.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Net/Domain.pm b/Master/tlpkg/tlperl/lib/Net/Domain.pm index 53822da103a..796bbaf81f1 100644 --- a/Master/tlpkg/tlperl/lib/Net/Domain.pm +++ b/Master/tlpkg/tlperl/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.08_01"; +our $VERSION = "3.10"; my ($host, $domain, $fqdn) = (undef, undef, undef); |