Subject: | Undeclared dependency Devel::CheckLib |
Devel::CheckLib needs to be declared as a dependency (more specific: it should be in configure_requires) or alternatively bundled with the distribution. Otherwise automatic build fails:
...
Output from '/opt/perl-5.28.0t/bin/perl Makefile.PL':
Can't locate Devel/CheckLib.pm in @INC (you may need to install the Devel::CheckLib module) (@INC contains: ... .) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
...