Support.pm (net-snmp-5.9.2) | : | Support.pm (net-snmp-5.9.3) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
use NetSNMP::agent (':all'); | use NetSNMP::agent (':all'); | |||
use NetSNMP::ASN (':all'); | use NetSNMP::ASN (':all'); | |||
use NetSNMP::default_store (':all'); | use NetSNMP::default_store (':all'); | |||
use Data::Dumper; | use Data::Dumper; | |||
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); | use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); | |||
@ISA = qw(Exporter getLeaf); | @ISA = qw(Exporter getLeaf); | |||
@EXPORT = qw(registerAgent getOidElement setOidElement); | @EXPORT = qw(registerAgent getOidElement setOidElement); | |||
@EXPORT_OK = qw(); | @EXPORT_OK = qw(); | |||
$VERSION = '5.0902'; | $VERSION = '5.0903'; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
BEGIN { | BEGIN { | |||
print STDERR "Module SnmpAgent.pm loaded ok\n"; | print STDERR "Module SnmpAgent.pm loaded ok\n"; | |||
} | } | |||
# set to 1 to get extra debugging information | # set to 1 to get extra debugging information | |||
my $debugging = 0; | my $debugging = 0; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |