summaryrefslogtreecommitdiff
path: root/lib/Net/hostent.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/hostent.pm')
-rw-r--r--lib/Net/hostent.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Net/hostent.pm b/lib/Net/hostent.pm
index 6cfde7253c..0a22389302 100644
--- a/lib/Net/hostent.pm
+++ b/lib/Net/hostent.pm
@@ -2,6 +2,7 @@ package Net::hostent;
use strict;
use 5.005_64;
+our $VERSION = '1.00';
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();