From 867a635ab86c71939955a35cf2d53db4cc9041e8 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Sun, 22 Jun 2014 19:53:53 -0400 Subject: [PATCH] Remove SNMP::Info inheritance from CiscoStack to prevent issues caused by multiple inheritance, documentation states that this class should not be used directly. --- Info/CiscoStack.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Info/CiscoStack.pm b/Info/CiscoStack.pm index 75407207..4763941e 100644 --- a/Info/CiscoStack.pm +++ b/Info/CiscoStack.pm @@ -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/;