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

Changelog

libsnmp-info-perl (3.38-1) unstable; urgency=medium

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Florian Schlichting ]
  * Import upstream version 3.38
  * Update upstream metadata
  * Bump copyright years
  * Update copyright file paths
  * Update lintian override for line change
  * Declare compliance with Debian Policy 4.1.1

 -- Florian Schlichting <email address hidden>  Thu, 09 Nov 2017 23:48:52 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsnmp-info-perl_3.38-1.dsc 2.2 KiB 8ca7ae3dd576998e7140dd305d07a36e07778f55a9a878ae67ee65217c158ef8
libsnmp-info-perl_3.38.orig.tar.gz 395.3 KiB d0054adef088307484dfb9bb3a056f3628ac05bd6a37df39d902e90df9aa765a
libsnmp-info-perl_3.38-1.debian.tar.xz 6.3 KiB f9a65b61f709f0fffb867e1c51bb1808899b5b25a7761347582138d282f2d035

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.