try more debug
This commit is contained in:
2
Build.PL
2
Build.PL
@@ -20,6 +20,8 @@ Module::Build->new(
|
||||
# },
|
||||
test_requires => {
|
||||
'Test::More' => '0.88',
|
||||
'File::Slurp' => '0',
|
||||
'Test::Distribution' => '0',
|
||||
},
|
||||
# script_files => [
|
||||
# ],
|
||||
|
||||
@@ -15,8 +15,8 @@ my $info = SNMP::Info->new(
|
||||
Version => 2,
|
||||
MibDirs => [ _build_mibdirs() ],
|
||||
IgnoreNetSNMPConf => 1,
|
||||
#Debug => 1,
|
||||
#DebugSNMP => 1,
|
||||
Debug => 1,
|
||||
DebugSNMP => 1,
|
||||
);
|
||||
|
||||
ok($info, 'SNMP::Info instantiated');
|
||||
|
||||
Reference in New Issue
Block a user