update for 1.07
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
||||||
ChangeLog $Id$
|
ChangeLog $Id$
|
||||||
|
|
||||||
version 1.05
|
version 1.07 (11/26/07) - Beta/developer release
|
||||||
|
|
||||||
|
version 1.05 (11/25/07) - CVS only. No official release
|
||||||
+ Added support for LLDP in new class LLDP (contributions from Bernhard
|
+ Added support for LLDP in new class LLDP (contributions from Bernhard
|
||||||
Augenstein)
|
Augenstein)
|
||||||
+ Added device specific support for LLDP in L2::HP, L2::Baystack,
|
+ Added device specific support for LLDP in L2::HP, L2::Baystack,
|
||||||
|
|||||||
4
Info.pm
4
Info.pm
@@ -9,7 +9,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
package SNMP::Info;
|
package SNMP::Info;
|
||||||
$VERSION = '1.05';
|
$VERSION = '1.07';
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
use Exporter;
|
use Exporter;
|
||||||
@@ -29,7 +29,7 @@ SNMP::Info - Object Oriented Perl5 Interface to Network devices and MIBs through
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
SNMP::Info - Version 1.05
|
SNMP::Info - Version 1.07
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user