Description
Perl projects can migrate some Moose-style code toward Moo with compatibility helpers for common declarations. This is useful when maintainers want a lighter object system without rewriting every class at once.
It is a developer migration library. It helps with syntax and behavior gaps, but maintainers should still test object construction, attributes, and roles after conversion.