Subject: | Undeclared dependency DBI |
The test suite fails if DBI.pm is not installed --- probably it has to be declared as a dependency for automatic installation:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.28.1/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC contains: blib/lib blib/arch /opt/perl-5.28.1/lib/site_perl/5.28.1/x86_64-linux /opt/perl-5.28.1/lib/site_perl/5.28.1 /opt/perl-5.28.1/lib/5.28.1/x86_64-linux /opt/perl-5.28.1/lib/5.28.1 .) at test.pl line 4.
BEGIN failed--compilation aborted at test.pl line 4.
make: *** [Makefile:857: test_dynamic] Error 2
...