summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/lib/Net/protoent.pm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/lib/Net/protoent.pm')
-rw-r--r--contrib/perl5/lib/Net/protoent.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/perl5/lib/Net/protoent.pm b/contrib/perl5/lib/Net/protoent.pm
index 737ff5a..334af78 100644
--- a/contrib/perl5/lib/Net/protoent.pm
+++ b/contrib/perl5/lib/Net/protoent.pm
@@ -1,9 +1,10 @@
package Net::protoent;
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(getprotobyname getprotobynumber getprotoent);
@EXPORT_OK = qw( $p_name @p_aliases $p_proto );
%EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] );
OpenPOWER on IntegriCloud