Subject: | Undeclared configure_requires dependency DBI |
See subject. It seems that DBI.pm is needed in the configuration phase (perl Makefile.PL):
...
Output from '/opt/perl-5.24.4D/bin/perl Makefile.PL':
Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC contains: /var/tmp/cpansmoker-1023/2020021321/CPAN-Reporter-lib-60wa /opt/perl-5.24.4D/lib/site_perl/5.24.4/x86_64-linux-ld /opt/perl-5.24.4D/lib/site_perl/5.24.4 /opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld /opt/perl-5.24.4D/lib/5.24.4 .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
...