summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/Net/protoent.pm
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-04-06 16:08:14 +0000
committermillert <millert@openbsd.org>2000-04-06 16:08:14 +0000
commitc8ca900353947dc5d441eb0530d040a27377e87a (patch)
tree4d285b4c6eba04f0b54447330833c17180716716 /gnu/usr.bin/perl/lib/Net/protoent.pm
parentFix typo introduce when removing smtpd MLINK (diff)
downloadwireguard-openbsd-c8ca900353947dc5d441eb0530d040a27377e87a.tar.xz
wireguard-openbsd-c8ca900353947dc5d441eb0530d040a27377e87a.zip
virgin perl 5.6.0
Diffstat (limited to 'gnu/usr.bin/perl/lib/Net/protoent.pm')
-rw-r--r--gnu/usr.bin/perl/lib/Net/protoent.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/Net/protoent.pm b/gnu/usr.bin/perl/lib/Net/protoent.pm
index 737ff5a33bc..334af789149 100644
--- a/gnu/usr.bin/perl/lib/Net/protoent.pm
+++ b/gnu/usr.bin/perl/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 ] );