Re: Moo and Moose together with Throwable::Error.
[email protected] (Graham Knop)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
On 2/20/13 8:56 PM, Bill Moseley wrote: > On Wed, Feb 20, 2013 at 11:18 AM, Tomas Doran <[email protected]> wrote: > >> >> On 20 Feb 2013, at 06:36, Bill Moseley <[email protected]> wrote: >> >>> Am I correct that "around" just will not work any more? >>> >> >> No, this should just work. >> >> The Moo class will get upgraded to a Moose class automatically, you >> shouldn't need to do anything - this should 'just work'. >> >> It's a bug in Moo if it doesn't (and one that will get fixed if you can >> provide a simpleish test - which sounds easy in this case). >> > > Moo $VERSION = '1.000004'; # 1.0.4 > $Moose::VERSION = '2.0604'; > $Throwable::Error::VERSION = '0.200003'; > I've filed an RT ticket for this issue, and written a test for it. I don't yet have a fix. https://rt.cpan.org/Ticket/Display.html?id=83508