diff --git a/Build.PL b/Build.PL index 8f589450..61aedd37 100644 --- a/Build.PL +++ b/Build.PL @@ -35,6 +35,7 @@ Module::Build->new( 'File::Slurper' => '0', 'Test::Exception' => '0.43', 'Class::Inspector' => '0', + 'NetSNMP::default_store' => '0', }, # script_files => [ # ], diff --git a/xt/10_remote_snmplabs.t b/xt/10_remote_snmplabs.t index 96b36bbe..e6463533 100644 --- a/xt/10_remote_snmplabs.t +++ b/xt/10_remote_snmplabs.t @@ -13,13 +13,12 @@ use Path::Class 'dir'; my $info = SNMP::Info->new( AutoSpecify => 1, - Debug => 1, DestHost => 'demo.snmplabs.com', Community => 'public', Version => 2, MibDirs => [ _build_mibdirs() ], IgnoreNetSNMPConf => 1, -# Debug => 1, + Debug => 1, # DebugSNMP => 1, );