POD updates, add version to MRO
This commit is contained in:
6
Info.pm
6
Info.pm
@@ -395,6 +395,12 @@ F<MAU-MIB> (RFC2668). Some Layer2 devices use this for extended Ethernet
|
|||||||
|
|
||||||
See documentation in L<SNMP::Info::MAU> for details.
|
See documentation in L<SNMP::Info::MAU> for details.
|
||||||
|
|
||||||
|
=item SNMP::Info::MRO
|
||||||
|
|
||||||
|
Method resolution introspection for SNMP::Info
|
||||||
|
|
||||||
|
See documentation in L<SNMP::Info::MRO> for details.
|
||||||
|
|
||||||
=item SNMP::Info::NortelStack
|
=item SNMP::Info::NortelStack
|
||||||
|
|
||||||
F<S5-AGENT-MIB>, F<S5-CHASSIS-MIB>.
|
F<S5-AGENT-MIB>, F<S5-CHASSIS-MIB>.
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ package SNMP::Info::MRO;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
|
use vars qw/$VERSION/;
|
||||||
|
$VERSION = '3.20';
|
||||||
|
|
||||||
use PPI;
|
use PPI;
|
||||||
use Class::ISA;
|
use Class::ISA;
|
||||||
use Module::Info;
|
use Module::Info;
|
||||||
@@ -267,7 +270,7 @@ sub globals { _walk_global_data(shift, 'GLOBALS') }
|
|||||||
Returns a data structure showing how L<SNMP::Info> will resolve MIB Tables
|
Returns a data structure showing how L<SNMP::Info> will resolve MIB Tables
|
||||||
configured through the C<%FUNCS> hashes in C<$module>.
|
configured through the C<%FUNCS> hashes in C<$module>.
|
||||||
|
|
||||||
See L</globals> for further detail.
|
See L<SNMP::Info::Layer3/"GLOBALS"> for further detail.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
@@ -370,9 +373,9 @@ sub print_superclasses {
|
|||||||
Oliver Gorwits <oliver@cpan.org>
|
Oliver Gorwits <oliver@cpan.org>
|
||||||
|
|
||||||
=head1 COPYRIGHT AND LICENSE
|
=head1 COPYRIGHT AND LICENSE
|
||||||
|
|
||||||
This software is copyright (c) 2014 by The SNMP::Info Project.
|
This software is copyright (c) 2014 by The SNMP::Info Project.
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are met:
|
# modification, are permitted provided that the following conditions are met:
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user