Skip Menu |

This queue is for tickets about the SNMP-Info CPAN distribution.

Report information
The Basics
Id: 73882
Status: resolved
Priority: 0/
Queue: SNMP-Info

People
Owner: OLIVER [...] cpan.org
Requestors: Slava.Goltser [...] ip-soft.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: m_serial uses a deprecated function call
Date: Tue, 10 Jan 2012 14:04:46 -0500
To: <bug-SNMP-Info [...] rt.cpan.org>
From: Slava Goltser <Slava.Goltser [...] ip-soft.net>
moduleSerialNumberString should be used instead. patch as follows. :) $ diff -u CiscoStack.pm_0 CiscoStack.pm --- CiscoStack.pm_0 2012-01-10 18:56:04.000000000 +0000 +++ CiscoStack.pm 2012-01-10 18:56:56.000000000 +0000 @@ -65,6 +65,7 @@ 'm_type' => 'moduleType', 'm_model' => 'moduleModel', 'm_serial' => 'moduleSerialNumber', + 'm_serial_string' => 'moduleSerialNumberString', 'm_status' => 'moduleStatus', 'm_name' => 'moduleName', 'm_ports' => 'moduleNumPorts', -- Slava Goltser Applications Management IPsoft, Inc. slava.goltser@ipsoft.com http://www.ipsoft.com Phone: 888.IPSOFT8
This change was already applied back in 2.07, sorry for not closing this ticket. regards, oliver.