On Mon, Jun 07, 2010 at 10:54:28PM -0500, Chris Fields wrote: > I'm seeing an odd error popping up with the latest Moose that's killing most > of my tests. I'm using a custom error metaclass and am seeing the following:
One of the changes in version 1.05 is that error metaclasses now have to inherit from Moose::Error::Default. That should probably have made it into Moose::Manual::Delta, sorry about that(: -doy