Skip Menu |

This queue is for tickets about the Jifty-DBI CPAN distribution.

Report information
The Basics
Id: 18882
Status: resolved
Priority: 0/
Queue: Jifty-DBI

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

Bug Information
Severity: Important
Broken in: 0.20
Fixed in: 0.21



Subject: Makefile.PL missing dependency - DateTime::Format::ISO8601
Jifty::DBI::Filter::DateTime uses DateTime::Format::ISO8601, however, it is not listed as a dependency in Makefile.PL. The following patch adds it. --- Makefile.PL.old 2006-04-22 17:33:10.000000000 -0500 +++ Makefile.PL 2006-04-22 17:33:49.000000000 -0500 @@ -17,6 +17,7 @@ requires('DateTime'); requires('DateTime::Format::Strptime'); requires('DBIx::DBSchema' => '0.28'); +requires('DateTime::Format::ISO8601'); build_requires('Test::More' => 0.52); build_requires('DBD::SQLite'); no_index directory => 'ex';
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #18882] Makefile.PL missing dependency - DateTime::Format::ISO8601
Date: Mon, 24 Apr 2006 19:43:09 -0400
To: via RT <bug-Jifty-DBI [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
Should already be all set in svn. -jesse On Sat, Apr 22, 2006 at 06:38:43PM -0400, via RT wrote: Show quoted text
> > Sat Apr 22 18:38:42 2006: Request 18882 was acted upon. > Transaction: Ticket created by SMPETERS > Queue: Jifty-DBI > Subject: Makefile.PL missing dependency - DateTime::Format::ISO8601 > Owner: Nobody > Requestors: SMPETERS@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18882 > > > > Jifty::DBI::Filter::DateTime uses DateTime::Format::ISO8601, however, it > is not listed as a dependency in Makefile.PL. The following patch adds it. > > --- Makefile.PL.old 2006-04-22 17:33:10.000000000 -0500 > +++ Makefile.PL 2006-04-22 17:33:49.000000000 -0500 > @@ -17,6 +17,7 @@ > requires('DateTime'); > requires('DateTime::Format::Strptime'); > requires('DBIx::DBSchema' => '0.28'); > +requires('DateTime::Format::ISO8601'); > build_requires('Test::More' => 0.52); > build_requires('DBD::SQLite'); > no_index directory => 'ex'; >
--