From 902383cab793cc53f46dd0af1b49ac4605ed18ba Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Thu, 17 Feb 2005 06:11:14 +0000 Subject: [PATCH] oops --- Info/CiscoImage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info/CiscoImage.pm b/Info/CiscoImage.pm index 777522fb..a83a30c5 100644 --- a/Info/CiscoImage.pm +++ b/Info/CiscoImage.pm @@ -31,9 +31,9 @@ use strict; use Exporter; use SNMP::Info; +use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/; $VERSION = 1.0; -use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/; @SNMP::Info::CiscoImage::ISA = qw/SNMP::Info Exporter/; @SNMP::Info::CiscoImage::EXPORT_OK = qw//;