Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime CPAN distribution.

Report information
The Basics
Id: 107678
Status: resolved
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: jkeen [...] verizon.net
Cc:
AdminCc:

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



Subject: Unlisted prerequisite: List::MoreUtils
Date: Fri, 09 Oct 2015 20:26:00 -0400
To: bug-datetime [...] rt.cpan.org
From: James E Keenan <jkeen [...] verizon.net>
Tonight, filing CPANtesters reports for the first time, I had occasion to test DateTime. On my first pass, all tests failed: ##### DROLSKY/DateTime-1.21.tar.gz ./Build test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DROLSKY/DateTime-1.21.tar.gz Failed during this command: DROLSKY/DateTime-1.21.tar.gz : make_test NO but failure ignored because 'force' in effect # Failed test 'use DateTime;' # at t/00load.t line 6. # Tried to use 'DateTime'. # Error: Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: /Users/jimk/.cpan/build/DateTime-1.21-QFaK8p/blib/lib /Users/jimk/.cpan/build/DateTime-1.21-QFaK8p/blib/arch ##### Once I installed List::MoreUtils on this machine, I was able to successfully test and install DateTime. I grepped the distribution for 'Utils' using both the search.cpan.org grep tool as well as grepping a downloaded tarball, but I could not find it anywhere in the distribution, much less in Build.PL. Since the test failure in question was on "use_ok('DateTime');", there was nothing specific for me to debug. Can you please add List::MoreUtils to the prerequisites? Thank you very much. Jim Keenan
On 2015-10-09 17:26:35, jkeen@verizon.net wrote: Show quoted text
> Tonight, filing CPANtesters reports for the first time, I had occasion > to test DateTime. On my first pass, all tests failed:
I removed List::MoreUtils from my system and perl -MDateTime -e1 ran without errors.
DateTime::Locale requires List::MoreUtils, but it includes it in the prereqs declaration. DateTime.pm itself does not use this module.