The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.22 - 2011-05-09

  • Fix issues where the metaclass gets reinitialized after the call to 'extends' but before 'make_immutable'. This could happen if a role used an extension which provided an application_to_class metarole, since the role application would then apply a metarole to the class, and metarole application currently causes metaclass reinitialization in Moose. (ugh.)

Modules

easy subclassing of non-Moose classes
easy subclassing of non-Moose non-hashref classes
metaclass trait for MooseX::NonMoose
constructor method trait for MooseX::NonMoose