Skip Menu |

This queue is for tickets about the Jifty CPAN distribution.

Report information
The Basics
Id: 24108
Status: resolved
Priority: 0/
Queue: Jifty

People
Owner: Nobody in particular
Requestors: Dan [...] DWright.Org
Cc:
AdminCc:

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



Subject: instance_id.t fails regression tests.
The following failure is fixed by adding a "use Data::UUID;" inside Jifty.pm. Because of this error, CPAN.pm refuses to install Jifty: prove -bv t/TestApp/t/instance_id.t t/TestApp/t/instance_id....1..3 ok 1 - Loaded the test script Can't locate object method "new" via package "Data::UUID" at /root/.cpan/build/Jifty-0.61123_01/blib/lib/Jifty.pm line 371. # Looks like you planned 3 tests but only ran 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/TestApp/t/instance_id.t 255 65280 3 4 2-3
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #24108] instance_id.t fails regression tests.
Date: Tue, 26 Dec 2006 23:28:23 -0500
To: via RT <bug-Jifty [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
I believe this has been fixed in SVN since the release. On Tue, Dec 26, 2006 at 11:25:06PM -0500, via RT wrote: Show quoted text
> > Tue Dec 26 23:25:04 2006: Request 24108 was acted upon. > Transaction: Ticket created by DWRIGHT > Queue: Jifty > Subject: instance_id.t fails regression tests. > Broken in: 0.61123_01 > Severity: (no value) > Owner: Nobody > Requestors: DWRIGHT@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=24108 > > > > > The following failure is fixed by adding a "use Data::UUID;" inside > Jifty.pm. Because of this error, CPAN.pm refuses to install Jifty: > > > prove -bv t/TestApp/t/instance_id.t > t/TestApp/t/instance_id....1..3 > ok 1 - Loaded the test script > Can't locate object method "new" via package "Data::UUID" at > /root/.cpan/build/Jifty-0.61123_01/blib/lib/Jifty.pm line 371. > # Looks like you planned 3 tests but only ran 1. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 2-3 > Failed 2/3 tests, 33.33% okay > Failed Test Stat Wstat Total Fail List of Failed > ------------------------------------------------------------------------------- > t/TestApp/t/instance_id.t 255 65280 3 4 2-3 >
--