From a0323aacd27f03c2139faff86a8380b5f0d95eec Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Mon, 21 Feb 2005 05:14:51 +0000 Subject: [PATCH] oops forgot a comma --- Info/Layer2/HP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info/Layer2/HP.pm b/Info/Layer2/HP.pm index a4fdec1f..38ef8955 100644 --- a/Info/Layer2/HP.pm +++ b/Info/Layer2/HP.pm @@ -97,7 +97,7 @@ use vars qw/$VERSION $DEBUG %GLOBALS %MIBS %FUNCS %PORTSTAT %MODEL_MAP %MUNGE $I # Inherit all the built in munging %SNMP::Info::Layer2::MUNGE, %SNMP::Info::MAU::MUNGE, - %SNMP::Info::Entity::MUNGE + %SNMP::Info::Entity::MUNGE, %SNMP::Info::CDP::MUNGE );