On Fri, Feb 24, 2012 at 6:59 PM, Chris Prather <ch...@prather.org> wrote:
> Throwable::Error composes leads to: > > > https://metacpan.org/source/RJBS/Throwable-0.102080/lib/StackTrace/Auto.pm#L71 > > In which we find 'around new => { ... }'. Which is exactly the method > modifier that Moose is warning about. > Thanks Chris. Is the solution to not make_immutable all the classes that inherit from Throwable::Error then or to also use inline_constructor => 1 then? I guess I'm not sure why the method modifier would be lost, but that's just my lack of understand of how Moose works. ;) Thanks, > > -Chris > -- Bill Moseley mose...@hank.org