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

Changelog

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

  * Import upstream version 3.92.
  * Mention new files in debian/copyright.
  * Update years of packaging copyright.
  * Update (test) dependencies.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Tue, 21 Feb 2023 18:14:50 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsnmp-info-perl_3.92-1.dsc 2.5 KiB f89156ea5f579c478d55899a739b77e2ff8ba84b166e28d9347d161f66de0381
libsnmp-info-perl_3.92.orig.tar.gz 576.4 KiB 66660526092361d2bb2f3152e32fd72146931b51215a426f5e698bd58399b0a6
libsnmp-info-perl_3.92-1.debian.tar.xz 7.6 KiB 932acc443d0da293a1c3319faffb25ff0648881eac6075274367699cca915a7a

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.