#297 perl 5.28 removal of "use vars"

This commit is contained in:
Oliver Gorwits
2019-04-20 10:20:10 +01:00
parent 9b1995e90f
commit 6b70ccfd79
131 changed files with 138 additions and 140 deletions

View File

@@ -40,8 +40,8 @@ use SNMP::Info::Bridge;
SNMP::Info::Bridge Exporter/;
@SNMP::Info::Layer3::BayRS::EXPORT_OK = qw//;
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE %MODEL_MAP
%MODID_MAP %PROCID_MAP/;
our ($VERSION %GLOBALS %FUNCS %MIBS %MUNGE %MODEL_MAP
%MODID_MAP %PROCID_MAP);
$VERSION = '3.66';