Skip Menu |

This queue is for tickets about the DateTime-Format-DateParse CPAN distribution.

Report information
The Basics
Id: 21540
Status: resolved
Priority: 0/
Queue: DateTime-Format-DateParse

People
Owner: jhoblitt [...] cpan.org
Requestors: link [...] redbrick.dcu.ie
Cc:
AdminCc:

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



Subject: Module Requirements not getting picked up
When installed using CPAN the module requirements i.e. Date::Parse and DateTime are not getting picked up and this causes the tests to fail.
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #21540] Module Requirements not getting picked up
Date: Sun, 17 Sep 2006 09:33:46 -1000
To: Peter Sinnott via RT <bug-DateTime-Format-DateParse [...] rt.cpan.org>
From: Joshua Hoblitt <jhoblitt [...] ifa.hawaii.edu>
What version of CPAN.pm are you using? The deps are properly declared but your version of CPAN may have a problem with M::B deps. -J -- On Sun, Sep 17, 2006 at 02:39:37PM -0400, Peter Sinnott via RT wrote: Show quoted text
> > Sun Sep 17 14:39:36 2006: Request 21540 was acted upon. > Transaction: Ticket created by PSINNOTT > Queue: DateTime-Format-DateParse > Subject: Module Requirements not getting picked up > Broken in: (no value) > Severity: Important > Owner: Nobody > Requestors: link@redbrick.dcu.ie > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21540 > > > > When installed using CPAN the module requirements i.e. Date::Parse and > DateTime are not getting picked up and this causes the tests to fail.
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #21540] Module Requirements not getting picked up
Date: Sun, 17 Sep 2006 20:40:59 +0100
To: Joshua Hoblitt via RT <bug-DateTime-Format-DateParse [...] rt.cpan.org>
From: The missing <link [...] redbrick.dcu.ie>
On Sun, Sep 17, 2006 at 03:32:39PM -0400, Joshua Hoblitt via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=21540 > > > What version of CPAN.pm are you using? The deps are properly declared > but your version of CPAN may have a problem with M::B deps. >
On windows (where I noticed the problem first) I have 1.7602. On linux it is 1.87. I upgraded CPAN to see if that would help but it didn't. Show quoted text
> -J > > -- > On Sun, Sep 17, 2006 at 02:39:37PM -0400, Peter Sinnott via RT wrote:
> > > > Sun Sep 17 14:39:36 2006: Request 21540 was acted upon. > > Transaction: Ticket created by PSINNOTT > > Queue: DateTime-Format-DateParse > > Subject: Module Requirements not getting picked up > > Broken in: (no value) > > Severity: Important > > Owner: Nobody > > Requestors: link@redbrick.dcu.ie > > Status: new > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21540 > > > > > > > When installed using CPAN the module requirements i.e. Date::Parse and > > DateTime are not getting picked up and this causes the tests to fail.
>
Subject: Re: [rt.cpan.org #21540] Module Requirements not getting picked up
Date: Sun, 17 Sep 2006 23:16:31 +0100
To: Joshua Hoblitt via RT <bug-DateTime-Format-DateParse [...] rt.cpan.org>
From: The missing <link [...] redbrick.dcu.ie>
On Sun, Sep 17, 2006 at 03:32:39PM -0400, Joshua Hoblitt via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=21540 > > > What version of CPAN.pm are you using? The deps are properly declared > but your version of CPAN may have a problem with M::B deps. >
I think the problem is that in Build.pl you are passing the argument as require instead of requires. Show quoted text
> -J > > -- > On Sun, Sep 17, 2006 at 02:39:37PM -0400, Peter Sinnott via RT wrote:
> > > > Sun Sep 17 14:39:36 2006: Request 21540 was acted upon. > > Transaction: Ticket created by PSINNOTT > > Queue: DateTime-Format-DateParse > > Subject: Module Requirements not getting picked up > > Broken in: (no value) > > Severity: Important > > Owner: Nobody > > Requestors: link@redbrick.dcu.ie > > Status: new > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21540 > > > > > > > When installed using CPAN the module requirements i.e. Date::Parse and > > DateTime are not getting picked up and this causes the tests to fail.
>
Nice catch. 0.04 is on it's way to CPAN.