diff --git a/Build.PL b/Build.PL index 91ef122c..54ee4eae 100644 --- a/Build.PL +++ b/Build.PL @@ -20,6 +20,8 @@ Module::Build->new( # }, test_requires => { 'Test::More' => '0.88', + 'File::Slurp' => '0', + 'Test::Distribution' => '0', }, # script_files => [ # ], diff --git a/xt/10_remote_snmplabs.t b/xt/10_remote_snmplabs.t index 910d5a6a..ad39509b 100644 --- a/xt/10_remote_snmplabs.t +++ b/xt/10_remote_snmplabs.t @@ -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');