Subject: | Possibly missing configure_requires specification |
If DBI.pm is not installed, then running perl Makefile.PL fails:
Output from '/bbbike/perl-5.22.0t/bin/perl Makefile.PL':
Checking if your kit is complete...
Looks good
Warning: prerequisite DBI 1.625 not found.
Undefined subroutine &DBI::DBD::dbd_postamble called at Makefile.PL line 44.
Probably DBI has to be specified as configure_requires?