diff options
Diffstat (limited to 'lib/Net')
-rw-r--r-- | lib/Net/Ping.pm | 2 | ||||
-rw-r--r-- | lib/Net/hostent.pm | 2 | ||||
-rw-r--r-- | lib/Net/netent.pm | 2 | ||||
-rw-r--r-- | lib/Net/protoent.pm | 2 | ||||
-rw-r--r-- | lib/Net/servent.pm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index 8226a97c93..c963a07afd 100644 --- a/lib/Net/Ping.pm +++ b/lib/Net/Ping.pm @@ -12,7 +12,7 @@ package Net::Ping; # Copyright (c) 2001, Colin McMillen. All rights reserved. This # program is free software; you may redistribute it and/or modify it # under the same terms as Perl itself. -use 5.6.1; +use 5.006_001; require Exporter; use strict; diff --git a/lib/Net/hostent.pm b/lib/Net/hostent.pm index 44537a2470..04cbee35a7 100644 --- a/lib/Net/hostent.pm +++ b/lib/Net/hostent.pm @@ -1,7 +1,7 @@ package Net::hostent; use strict; -use 5.6.1; +use 5.006_001; our $VERSION = '1.00'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { diff --git a/lib/Net/netent.pm b/lib/Net/netent.pm index 210da62c50..f7d32cb925 100644 --- a/lib/Net/netent.pm +++ b/lib/Net/netent.pm @@ -1,7 +1,7 @@ package Net::netent; use strict; -use 5.6.1; +use 5.006_001; our $VERSION = '1.00'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { diff --git a/lib/Net/protoent.pm b/lib/Net/protoent.pm index 5bd0b83837..2cbccad3cb 100644 --- a/lib/Net/protoent.pm +++ b/lib/Net/protoent.pm @@ -1,7 +1,7 @@ package Net::protoent; use strict; -use 5.6.1; +use 5.006_001; our $VERSION = '1.00'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { diff --git a/lib/Net/servent.pm b/lib/Net/servent.pm index eaf621a397..63ae3079fe 100644 --- a/lib/Net/servent.pm +++ b/lib/Net/servent.pm @@ -1,7 +1,7 @@ package Net::servent; use strict; -use 5.6.1; +use 5.006_001; our $VERSION = '1.00'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { |