Skip Menu |

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

Report information
The Basics
Id: 28074
Status: resolved
Priority: 0/
Queue: DateTime-Format-Mail

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

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



Subject: missing prereq DateTime::Helpers
t\basic........... # Failed test 'use DateTime::Format::Mail;' # at t\basic.t line 8. # Tried to use 'DateTime::Format::Mail'. # Error: Can't locate DateTime/Helpers.pm in @INC (@INC contains: C:\source\perl\.cpanplus\5.8.8\build\DateTime-Format-Mail-0.30\blib\lib C:\source\perl\.cpanplus\5.8.8\build\DateTime-Format-Mail-0.30\blib\arch blah blah blah -- - - Martin 'Kingpin' Thurn
Subject: Re: [rt.cpan.org #28074] missing prereq DateTime::Helpers
Date: Mon, 9 Jul 2007 23:28:10 -0500 (CDT)
To: Martin Thurn via RT <bug-DateTime-Format-Mail [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Tue, 10 Jul 2007, Martin Thurn via RT wrote: Show quoted text
> > t\basic........... > # Failed test 'use DateTime::Format::Mail;' > # at t\basic.t line 8. > # Tried to use 'DateTime::Format::Mail'. > # Error: Can't locate DateTime/Helpers.pm in @INC (@INC contains:
That's part of DateTime.pm, so I'm confused. DT::Format::Mail does not use DT::Helpers directly, it's only used by DateTime.pm, which is in turn a prereq of DT::Format::Mail. Looks like you don't have DateTime.pm installed. -dave /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/
Subject: RE: [rt.cpan.org #28074] missing prereq DateTime::Helpers
Date: Tue, 10 Jul 2007 21:29:54 -0400
To: <bug-DateTime-Format-Mail [...] rt.cpan.org>, <MTHURN [...] cpan.org>
From: "Martin Thurn" <mthurn [...] verizon.net>
Show quoted text
> > t\basic........... > > # Failed test 'use DateTime::Format::Mail;' > > # at t\basic.t line 8. > > # Tried to use 'DateTime::Format::Mail'. > > # Error: Can't locate DateTime/Helpers.pm in @INC
> (@INC contains: > > That's part of DateTime.pm, so I'm confused. DT::Format::Mail > does not use > DT::Helpers directly, it's only used by DateTime.pm, which is > in turn a > prereq of DT::Format::Mail. > > Looks like you don't have DateTime.pm installed.
Sorry, I should have given more information. I'm using CPANPLUS, and I use the "prefer Makefile.PL" option. Apparently CPANPLUS does not see your prerequisites in that case. I've never used Module::Build, so I do not know what the solution might be. (However, 99.9% of modules on CPAN install fine for me, so there must be some solution!) Hope this helps. - - Martin No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.2/893 - Release Date: 7/9/2007 17:22
Subject: RE: [rt.cpan.org #28074] missing prereq DateTime::Helpers
Date: Tue, 10 Jul 2007 23:19:23 -0500 (CDT)
To: "mthurn [...] verizon.net via RT" <bug-DateTime-Format-Mail [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Tue, 10 Jul 2007, mthurn@verizon.net via RT wrote: Show quoted text
> Sorry, I should have given more information. I'm using CPANPLUS, and I > use the "prefer Makefile.PL" option. Apparently CPANPLUS does not see > your prerequisites in that case. I've never used Module::Build, so I do > not know what the solution might be. (However, 99.9% of modules on CPAN > install fine for me, so there must be some solution!) Hope this helps.
Hmm, did you try upgrading to the latest CPANPLUS? It sounds more like a bug with that module, or something in the installation toolchain. -dave /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/