#297 perl 5.28 removal of "use vars"
also adds pod for Layer3::DLink::interfaces
This commit is contained in:
@@ -34,7 +34,7 @@ use warnings;
|
||||
use Exporter;
|
||||
use SNMP::Info::Layer3::CiscoSwitch;
|
||||
|
||||
our ($VERSION %GLOBALS %MIBS %FUNCS %MUNGE);
|
||||
our ($VERSION, %GLOBALS, %MIBS, %FUNCS, %MUNGE);
|
||||
|
||||
# NOTE : Top-most items gets precedence for @ISA
|
||||
@SNMP::Info::Layer3::Nexus::ISA = qw/
|
||||
@@ -44,8 +44,6 @@ our ($VERSION %GLOBALS %MIBS %FUNCS %MUNGE);
|
||||
|
||||
@SNMP::Info::Layer3::Nexus::EXPORT_OK = qw//;
|
||||
|
||||
our ($VERSION %GLOBALS %MIBS %FUNCS %MUNGE);
|
||||
|
||||
$VERSION = '3.66';
|
||||
|
||||
# NOTE: Order creates precedence
|
||||
|
||||
Reference in New Issue
Block a user