try more debug

This commit is contained in:
Oliver Gorwits
2018-01-29 23:12:06 +00:00
parent 9a4e024abb
commit 9813b9db90
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ Module::Build->new(
# },
test_requires => {
'Test::More' => '0.88',
'File::Slurp' => '0',
'Test::Distribution' => '0',
},
# script_files => [
# ],

View File

@@ -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');