Subject: | Undeclared dependency Perl4::CoreLibs |
The test suite fails normally for newer perls:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.22.4/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
Can't locate ctime.pl in @INC (@INC contains: blib/lib blib/arch /opt/perl-5.22.4/lib/site_perl/5.22.4/x86_64-linux /opt/perl-5.22.4/lib/site_perl/5.22.4 /opt/perl-5.22.4/lib/5.22.4/x86_64-linux /opt/perl-5.22.4/lib/5.22.4 .) at test.pl line 7.
Makefile:882: recipe for target 'test_dynamic' failed
...
ctime.pl was moved from the perl core libraries to the CPAN module Perl4::CoreLibs, so probably that module has to be added to PREREQ_PM.