Skip Menu |

This queue is for tickets about the Interval CPAN distribution.

Report information
The Basics
Id: 131317
Status: new
Priority: 0/
Queue: Interval

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

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



Subject: Undeclared dependency Date::Manip
See subject. Test suite fails if Date::Manip is not installed: ... PERL_DL_NONLAZY=1 "/opt/perl-5.28.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate Date/Manip.pm in @INC (you may need to install the Date::Manip module) (@INC contains: /home/cpansand/.cpan/build/2020010112/Date-6/blib/lib /home/cpansand/.cpan/build/2020010112/Date-6/blib/arch /opt/perl-5.28.0/lib/site_perl/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/site_perl/5.28.0 /opt/perl-5.28.0/lib/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/5.28.0 .) at Interval.pm line 49. BEGIN failed--compilation aborted at Interval.pm line 49. Compilation failed in require at t/00_version.t line 7. BEGIN failed--compilation aborted at t/00_version.t line 7. t/00_version.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate Date/Manip.pm in @INC (you may need to install the Date::Manip module) (@INC contains: /home/cpansand/.cpan/build/2020010112/Date-6/blib/lib /home/cpansand/.cpan/build/2020010112/Date-6/blib/arch /opt/perl-5.28.0/lib/site_perl/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/site_perl/5.28.0 /opt/perl-5.28.0/lib/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/5.28.0 .) at Interval.pm line 49. ... (etc) ...