On Wed Aug 30 13:11:19 2017, karen@froods.org wrote:
Show quoted text> It's not immutable though. You can call a meta function (e.g. from
> Moose::Meta::Class) that inflates the fake metaclass to a real Moose one,
> and then makes the requested modifications, without having to say
> ->make_mutable first.
That sounds a bit strange because the documentation says:
Show quoted text>make_immutable itself is a no-op, since we generate metaclasses that are already immutable, and users converting from Moose had an unfortunate tendency to accidentally load Moose by calling it.