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