From 659d38b0dbf39fc99d0cfa9569f935d12ea8fbd9 Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Wed, 20 Jun 2007 02:52:24 +0000 Subject: [PATCH] More CiscoVTP removal clean up --- Info/Layer2/C1900.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Info/Layer2/C1900.pm b/Info/Layer2/C1900.pm index a2e3281e..5377b7ad 100644 --- a/Info/Layer2/C1900.pm +++ b/Info/Layer2/C1900.pm @@ -36,14 +36,14 @@ $VERSION = '1.05'; use strict; use Exporter; -use SNMP::Info::CiscoVTP; use SNMP::Info::CDP; use SNMP::Info::CiscoStats; use SNMP::Info::CiscoConfig; use SNMP::Info::Layer2; -@SNMP::Info::Layer2::C1900::ISA = qw/SNMP::Info::CiscoVTP SNMP::Info::CDP - SNMP::Info::CiscoStats SNMP::Info::CiscoConfig SNMP::Info::Layer2 Exporter/; +@SNMP::Info::Layer2::C1900::ISA = qw/SNMP::Info::CDP SNMP::Info::CiscoStats + SNMP::Info::CiscoConfig SNMP::Info::Layer2 + Exporter/; @SNMP::Info::Layer2::C1900::EXPORT_OK = qw//; use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD $INIT $DEBUG/;