Subject: | Undeclared dependency SNMP |
The test suite fails if SNMP.pm is not installed --- maybe it has to be declared as a prerequisite for automatic installation:
...
PERL_DL_NONLAZY=1 "/usr/perl5.29.8p/bin/perl5.29.8" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate SNMP.pm in @INC (you may need to install the SNMP module) (@INC contains: . /usr/home/cpansand/.cpan/build/2019030521/SNMP-Util-1.8-0/blib/lib /usr/home/cpansand/.cpan/build/2019030521/SNMP-Util-1.8-0/blib/arch /usr/perl5.29.8p/lib/site_perl/5.29.8/amd64-freebsd /usr/perl5.29.8p/lib/site_perl/5.29.8 /usr/perl5.29.8p/lib/5.29.8/amd64-freebsd /usr/perl5.29.8p/lib/5.29.8) at /usr/home/cpansand/.cpan/build/2019030521/SNMP-Util-1.8-0/blib/lib/SNMP/Util.pm line 15.
BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019030521/SNMP-Util-1.8-0/blib/lib/SNMP/Util.pm line 15.
Compilation failed in require at t/libtest.t line 4.
BEGIN failed--compilation aborted at t/libtest.t line 4.
t/libtest.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...