Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 78085
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: chip [...] pobox.com
Cc:
AdminCc:

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



Subject: blead + magicflags, Made::Of::Fail tests fails
What is the proximate cause of this failure, please? not ok 6 - did not create Made::Of::Fail # Failed test 'did not create Made::Of::Fail' # at t/basics/create.t line 49. ok 7 - conflicting roles == death like( exception { Moose::Meta::Class->create( 'Made::Of::Fail', superclasses => ['Class'], roles => 'Foo', # "oops" ); }, qr/You must pass an ARRAY ref of roles/ ); ok !Made::Of::Fail->isa('UNIVERSAL'), "did not create Made::Of::Fail";
Subject: Re: [rt.cpan.org #78085] blead + magicflags, Made::Of::Fail tests fails
Date: Thu, 28 Jun 2012 02:54:21 -0500
To: Chip Salzenberg via RT <bug-Moose [...] rt.cpan.org>
From: Jesse Luehrs <doy [...] tozt.net>
On Thu, Jun 28, 2012 at 03:51:28AM -0400, Chip Salzenberg via RT wrote: Show quoted text
> What is the proximate cause of this failure, please? > > not ok 6 - did not create Made::Of::Fail > # Failed test 'did not create Made::Of::Fail' > # at t/basics/create.t line 49. > ok 7 - conflicting roles == death > > like( exception { > Moose::Meta::Class->create( > 'Made::Of::Fail', > superclasses => ['Class'], > roles => 'Foo', # "oops" > ); > }, qr/You must pass an ARRAY ref of roles/ ); > > ok !Made::Of::Fail->isa('UNIVERSAL'), "did not create Made::Of::Fail";
This is almost certainly due to 61c2a93, not magicflags. Surprised I haven't seen a BBC report for it yet. I'll fix it in a bit. -doy
Fixed in 2.0603.