Fix for macsuck in Cisco classes introduced in 3.55 caused by inheritance issue in CiscoStack

This commit is contained in:
Eric A. Miller
2018-04-26 20:44:31 -04:00
parent f2fdbb077c
commit 7221797826
4 changed files with 3 additions and 185 deletions

View File

@@ -32,9 +32,8 @@ package SNMP::Info::CiscoStack;
use strict;
use Exporter;
use SNMP::Info;
@SNMP::Info::CiscoStack::ISA = qw/SNMP::Info Exporter/;
@SNMP::Info::CiscoStack::ISA = qw/Exporter/;
@SNMP::Info::CiscoStack::EXPORT_OK = qw//;
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE %PORTSTAT/;