release 3.90

This commit is contained in:
Oliver Gorwits
2023-02-20 16:55:03 +00:00
parent 6ecfb2245f
commit b3f96de3e0
152 changed files with 511 additions and 465 deletions

View File

@@ -26,7 +26,7 @@ our
($VERSION, %FUNCS, %GLOBALS, %MIBS, %MUNGE, $AUTOLOAD, $INIT, $DEBUG, %SPEED_MAP,
$NOSUCH, $BIGINT, $REPEATERS);
$VERSION = '3.89';
$VERSION = '3.90';
=head1 NAME
@@ -34,7 +34,7 @@ SNMP::Info - OO Interface to Network devices and MIBs through SNMP
=head1 VERSION
SNMP::Info - Version 3.89
SNMP::Info - Version 3.90
=head1 AUTHOR
@@ -79,7 +79,7 @@ list any missing functionality (such as neighbor discovery tables).
my $err = $info->error();
die $err if defined $err;
# usually a wrong DestHost or Community or Version if you have trouble here
# usually a wrong DestHost or Community or Version if you have trouble here
my $name = $info->name();
my $class = $info->class();
@@ -638,6 +638,12 @@ Subclass for Exinda / GFI Network Orchestrator traffic shapers.
See documentation in L<SNMP::Info::Layer2::Exinda> for details.
=item SNMP::Info::Layer2::Hirschmann
Subclass for Hirschmann switches
See documentation in L<SNMP::Info::Layer2::Hirschmann> for details.
=item SNMP::Info::Layer2::HP
Subclass for more recent HP Procurve Switches.