Skip Menu |

This queue is for tickets about the Date-LastModified CPAN distribution.

Report information
The Basics
Id: 130611
Status: new
Priority: 0/
Queue: Date-LastModified

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.60
Fixed in: (no value)



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.