summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/lib/Net/hostent.pm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/lib/Net/hostent.pm')
-rw-r--r--contrib/perl5/lib/Net/hostent.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/perl5/lib/Net/hostent.pm b/contrib/perl5/lib/Net/hostent.pm
index d586358..6cfde72 100644
--- a/contrib/perl5/lib/Net/hostent.pm
+++ b/contrib/perl5/lib/Net/hostent.pm
@@ -1,9 +1,10 @@
package Net::hostent;
use strict;
+use 5.005_64;
+our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();
- use vars qw(@EXPORT @EXPORT_OK %EXPORT_TAGS);
@EXPORT = qw(gethostbyname gethostbyaddr gethost);
@EXPORT_OK = qw(
$h_name @h_aliases
OpenPOWER on IntegriCloud