Skip Menu |

This queue is for tickets about the Moo CPAN distribution.

Report information
The Basics
Id: 133262
Status: new
Priority: 0/
Queue: Moo

People
Owner: Nobody in particular
Requestors: haarg [...] haarg.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: make_immutable issue when extending Moo classes with Moose
If a Moo class exists and gets its Moose metaclass inflated, then has its new method undeferred, then is extended by a Moose class, calling __PACKAGE__->meta->make_immutable in the Moose class will throw a warning about not being able to generate an immutable constructor. There is a failing test in https://github.com/moose/Moo/tree/moose-extend-inflated-undeferred