From 9f11ffb7133c203312a01e4b986886bc88c7d74b Mon Sep 17 00:00:00 2001 From: afresh1 Date: Wed, 13 Feb 2019 21:15:00 +0000 Subject: Fix merge issues, remove excess files - match perl-5.28.1 dist looking good sthen@, Great! bluhm@ --- gnu/usr.bin/perl/lib/Net/netent.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/perl/lib/Net/netent.pm') diff --git a/gnu/usr.bin/perl/lib/Net/netent.pm b/gnu/usr.bin/perl/lib/Net/netent.pm index f7d32cb9254..b21c5d11b86 100644 --- a/gnu/usr.bin/perl/lib/Net/netent.pm +++ b/gnu/usr.bin/perl/lib/Net/netent.pm @@ -2,8 +2,13 @@ package Net::netent; use strict; use 5.006_001; -our $VERSION = '1.00'; +our $VERSION = '1.01'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); +our ( + $n_name, @n_aliases, + $n_addrtype, $n_net +); + BEGIN { use Exporter (); @EXPORT = qw(getnetbyname getnetbyaddr getnet); @@ -13,7 +18,6 @@ BEGIN { ); %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] ); } -use vars @EXPORT_OK; # Class::Struct forbids use of @ISA sub import { goto &Exporter::import } -- cgit v1.2.3-59-g8ed1b