summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
commitcfb5a6c66272343de7cde67bc75c6cbd006bcc9f (patch)
treed5fea29ca36a63900bd06b21c6598f9bb7950957 /lib/Net
parent73c7e4d6d39ca49511f47f0178461161fc9f2340 (diff)
downloadperl-cfb5a6c66272343de7cde67bc75c6cbd006bcc9f.tar.gz
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/hostent.pm2
-rw-r--r--lib/Net/servent.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/hostent.pm b/lib/Net/hostent.pm
index 7cff370be6..3a2fc01387 100644
--- a/lib/Net/hostent.pm
+++ b/lib/Net/hostent.pm
@@ -2,7 +2,7 @@ package Net::hostent;
use strict;
use 5.006_001;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();
diff --git a/lib/Net/servent.pm b/lib/Net/servent.pm
index 21012cb3cc..78a1681455 100644
--- a/lib/Net/servent.pm
+++ b/lib/Net/servent.pm
@@ -2,7 +2,7 @@ package Net::servent;
use strict;
use 5.006_001;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();