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