Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mouse CPAN distribution.

Report information
The Basics
Id: 44254
Status: resolved
Priority: 0/
Queue: Mouse

People
Owner: Nobody in particular
Requestors: perrin [...] elem.com
Cc:
AdminCc:

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



Subject: dependencies should include Test::Builder
Date: Tue, 17 Mar 2009 14:20:17 -0400
To: bug-Mouse [...] rt.cpan.org
From: Perrin Harkins <perrin [...] elem.com>
I was unable to pass 'make test' for Mouse 0.19 on perl 5.8.8 from Fedora until I installed Test::Builder. Please add it to the dependencies.
On Tue Mar 17 14:49:59 2009, perrin@elem.com wrote: Show quoted text
> I was unable to pass 'make test' for Mouse 0.19 on perl 5.8.8 from > Fedora until I installed Test::Builder. Please add it to the > dependencies.
Hi Perrin, I'm a little confused. Mouse depends on Test::More. Test::Builder has been in the same Test-Simple distribution since version 0.30, circa September 27, 2001. Why was "make test" failing? I don't suppose you have old test output lying around... Shawn
Subject: Re: [rt.cpan.org #44254] dependencies should include Test::Builder
Date: Tue, 17 Mar 2009 15:10:39 -0400
To: bug-Mouse [...] rt.cpan.org
From: Perrin Harkins <perrin [...] elem.com>
On Tue, Mar 17, 2009 at 3:02 PM, Shawn M Moore via RT Show quoted text
> I'm a little confused. Mouse depends on Test::More. Test::Builder has > been in the same Test-Simple distribution since version 0.30, circa > September 27, 2001.
It probably just needs to specify a recent version of Test-Simple then. Show quoted text
> Why was "make test" failing? I don't suppose you have old test output > lying around...
Sure. Here's a chunk of it. Installing the latest Test-Simple made this go away. t/800_shikabased/001-coerce...............................Can't locate object method "_try" via package "Test::Builder" at /home/perrin/.cpan/build/Mouse-0.19/inc/Test/More.pm line 535. # Looks like your test died before it could output anything. t/800_shikabased/001-coerce...............................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/800_shikabased/002-coerce_multi_class...................ok 1/13Can't locate object method "_try" via package "Test::Builder" at /home/perrin/.cpan/build/Mouse-0.19/inc/Test/More.pm line 535. # Looks like you planned 13 tests but only ran 5. # Looks like your test died just after 5. t/800_shikabased/002-coerce_multi_class...................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 6-13 Failed 8/13 tests, 38.46% okay - Perrin
I've gone ahead and set a minimum version to 0.80 which is the lowest version available on CPAN. The change is made in 1397be4ce6f4b9259658237cf7cfb595358c4b44.