Skip to content

Commit be29b2b

Browse files
committed
release 3.974000
1 parent 5fd3d4f commit be29b2b

155 files changed

Lines changed: 460 additions & 460 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

META.json

Lines changed: 153 additions & 153 deletions
Large diffs are not rendered by default.

META.yml

Lines changed: 153 additions & 153 deletions
Large diffs are not rendered by default.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
SNMP::Info - OO Interface to Network devices and MIBs through SNMP
33

44
VERSION
5-
SNMP::Info - Version 3.973000
5+
SNMP::Info - Version 3.974000
66

77
AUTHOR
88
SNMP::Info is maintained by team of Open Source authors headed by Eric

lib/SNMP/Info.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ our
2626
($VERSION, %FUNCS, %GLOBALS, %MIBS, %MUNGE, $AUTOLOAD, $INIT, $DEBUG, %SPEED_MAP,
2727
$NOSUCH, $BIGINT, $REPEATERS);
2828

29-
$VERSION = '3.973000';
29+
$VERSION = '3.974000';
3030

3131
=head1 NAME
3232
3333
SNMP::Info - OO Interface to Network devices and MIBs through SNMP
3434
3535
=head1 VERSION
3636
37-
SNMP::Info - Version 3.973000
37+
SNMP::Info - Version 3.974000
3838
3939
=head1 AUTHOR
4040

lib/SNMP/Info/AMAP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use SNMP::Info;
3939

4040
our ($VERSION, %FUNCS, %GLOBALS, %MIBS, %MUNGE);
4141

42-
$VERSION = '3.973000';
42+
$VERSION = '3.974000';
4343

4444
%MIBS = (
4545
'ALCATEL-IND1-INTERSWITCH-PROTOCOL-MIB' => 'aipAMAPRemDeviceType',

lib/SNMP/Info/AdslLine.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use SNMP::Info;
3939

4040
our ($VERSION, %MIBS, %FUNCS, %GLOBALS, %MUNGE);
4141

42-
$VERSION = '3.973000';
42+
$VERSION = '3.974000';
4343

4444
%MIBS = ( 'ADSL-LINE-MIB' => 'adslLineType' );
4545

lib/SNMP/Info/Aggregate.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use SNMP::Info;
3939

4040
our ($VERSION, %MIBS, %FUNCS, %GLOBALS, %MUNGE);
4141

42-
$VERSION = '3.973000';
42+
$VERSION = '3.974000';
4343

4444
# Load MIB for leafs referenced within class
4545
%MIBS = ('IF-MIB' => 'ifIndex',);

lib/SNMP/Info/Airespace.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use SNMP::Info;
3939

4040
our ($VERSION, %FUNCS, %GLOBALS, %MIBS, %MUNGE);
4141

42-
$VERSION = '3.973000';
42+
$VERSION = '3.974000';
4343

4444
%MIBS = (
4545
%SNMP::Info::MIBS,

lib/SNMP/Info/Bridge.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use SNMP::Info;
4242

4343
our ($VERSION, $DEBUG, %MIBS, %FUNCS, %GLOBALS, %MUNGE, $INIT);
4444

45-
$VERSION = '3.973000';
45+
$VERSION = '3.974000';
4646

4747
%MIBS = (
4848
'BRIDGE-MIB' => 'dot1dBaseBridgeAddress',

lib/SNMP/Info/CDP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use SNMP::Info;
4343
our
4444
($VERSION, $DEBUG, %FUNCS, %GLOBALS, %MIBS, %MUNGE, $INIT, %CDP_CAPABILITIES);
4545

46-
$VERSION = '3.973000';
46+
$VERSION = '3.974000';
4747

4848
# Five data structures required by SNMP::Info
4949
%MIBS = ( 'CISCO-CDP-MIB' => 'cdpGlobalRun' );

0 commit comments

Comments
 (0)