Skip Menu |

This queue is for tickets about the MooX-ClassAttribute CPAN distribution.

Report information
The Basics
Id: 85178
Status: rejected
Priority: 0/
Queue: MooX-ClassAttribute

People
Owner: Nobody in particular
Requestors: piemas25 [...] gmail.com
Cc:
AdminCc:

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



Subject: a test fails
Hello Toby, i think it's not very important, but a test that fails annoys all people who install the module. I've tried to understand it but didn't manage, because i didn't find what Local::Test::Package nor Local::Bottoms are. Here is the test report : $ perl t/30mgca.t ok 1 - The object isa Method::Generate::Accessor ok 2 - Local::Test::Package->can(...) ok 3 ok 4 ok 5 ok 6 ok 7 not ok 8 # Failed test at t/30mgca.t line 59. # 'Attempted to access 'foo' but it is not set at (eval 23) line 7. # ' # doesn't match '(?^:^Can't locate object method "baz" via package "Local::Bottoms")' 1..8 # Looks like you failed 1 test of 8.
This is a bug with method delegation in a specific version of Moo (1.001000). Any earlier version of Moo, or any more recent version, should be fine.
Subject: Re: [rt.cpan.org #85178] a test fails
Date: Sat, 11 May 2013 10:17:45 +0100
To: bug-MooX-ClassAttribute [...] rt.cpan.org
From: Pierre M <piemas25 [...] gmail.com>
Indeed, thank you :-) On 10 May 2013 22:36, Toby Inkster via RT <bug-MooX-ClassAttribute@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=85178 > > > This is a bug with method delegation in a specific version of Moo (1.001000). Any earlier version of Moo, or any more recent version, should be fine.