The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.86

  • Class::MOP::Class
    • If you redefined a subroutine at runtime and then wrapped it with a method modifier, the modifier could in some cases wrap the original version of the subroutine
  • Class::MOP::Class
    • make_immutable issues a warning instead of overriding an existing DESTROY method (Dylan William Hardison)

Modules

A Meta Object Protocol for Perl 5
Attribute Meta Object
Class Meta Object
An immutable subclass of Class::MOP::Class
Implements immutability for metaclass objects
Instance Meta Object
Method Meta Object
Method Meta Object for accessors
Method Meta Object for constructors
Abstract base class for generated methods
Method base class for methods which have been inlined
Method Meta Object for methods with before/after/around modifiers
Module Meta Object
Base class for metaclasses
Package Meta Object
a pragma for installing and using Class::MOP metaclasses