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: 42165
Status: resolved
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: michael [...] ndrix.org
Cc:
AdminCc:

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



Subject: dependency on List::MoreUtils not listed in Makefile.PL
When trying to install DateTime on brand new machine with only core Perl modules, DateTime tests fail during installation with "Can't locate List/MoreUtils.pm". After manually installing the module, DateTime passes all tests and installs correctly.
Subject: Re: [rt.cpan.org #42165] dependency on List::MoreUtils not listed in Makefile.PL
Date: Mon, 5 Jan 2009 10:14:22 -0600 (CST)
To: Michael Hendricks via RT <bug-DateTime [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Mon, 5 Jan 2009, Michael Hendricks via RT wrote: Show quoted text
> Mon Jan 05 11:12:08 2009: Request 42165 was acted upon. > Transaction: Ticket created by MNDRIX > Queue: DateTime > Subject: dependency on List::MoreUtils not listed in Makefile.PL > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: michael@ndrix.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=42165 > > > > When trying to install DateTime on brand new machine with only core > Perl modules, DateTime tests fail during installation with > "Can't locate List/MoreUtils.pm". After manually installing the module, > DateTime passes all tests and installs correctly.
DateTime.pm (0.4501) does not use List::MoreUtils. Are you sure that DateTime is the module that is failing? -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Show quoted text
> DateTime.pm (0.4501) does not use List::MoreUtils. Are you sure that > DateTime is the module that is failing?
From what's left in my scrollback buffer, it looks like it was DateTime::Locale::Base trying to use List::MoreUtils. Although, that module does include List::MoreUtils in its Makefile.PL I'm not entirely sure why it wasn't installed by cpan. Anyway, sorry for the noise. Michael