libsnmp-info-perl 3.08-1 source package in Ubuntu

Changelog

libsnmp-info-perl (3.08-1) unstable; urgency=low


  * New upstream release.

 -- gregor herrmann <email address hidden>  Wed, 23 Oct 2013 21:54:37 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsnmp-info-perl_3.08-1.dsc 2.2 KiB e0bcd05fed8b090069c2ef71f85bba4bd83fe61c114f6a6c7b180008f154c651
libsnmp-info-perl_3.08.orig.tar.gz 291.9 KiB 218c830de796534d634ba880c18355bb88100cc61ba01038c8fa50c02c4755a7
libsnmp-info-perl_3.08-1.debian.tar.gz 5.3 KiB 2142fe4c63c6c959466071bd601178102b3936a8ba417061a44bda4f4b0edb2e

Available diffs

No changes file available.

Binary packages built by this source

libsnmp-info-perl: Object Oriented Perl5 Interface to Network devices and MIBs through SNMP

 SNMP::Info gives an object oriented interface to information obtained
 through SNMP.
 .
 The idea behind this module is to give a common interface to data
 from network devices, leaving the device-specific hacks behind the
 scenes in subclasses.
 .
 The interface avoids use of OIDs in favour of methods representing
 leaf names, either for single values or tables represented as Perl
 hashes.
 .
 Information is grouped more logically than in the MIB trees. Adding
 support for new devices is easy, and takes little or no SNMP
 knowledge.