http://www.perlmonks.org?node_id=939713


in reply to Re^2: Do you think it's kosher to "re-bless" a Moose object?
in thread Do you think it's kosher to "re-bless" a Moose object?

It would be very helpful indeed if you could elaborate a bit on just what you mean by “early enough” ...

He means that if you know what traits you want applied before the instance is created, then MooseX::Traits is likely useful (since you use it prior to constructing an instance). But if you don't know what traits you want to apply until after, then you can just use runtime role application (there is a cookbook for that I believe).

-stvn