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

Changes for version 0.12 - 2017-10-30

  • ENHANCEMENT
    • MOP::Util::get_meta now will check for the existance of a METACLASS method in the given $package and will use the result of that method call to construct a metaobject for that package
      • this is only in MOP::Util::get_meta, you should be able to override this/ignore this if needed
    • [BACKWARDS INCOMPATIBLE CHANGES]-ish
    • switched back to Carp::confess from Carp::cluck, the stack trace is vital until this module matures and the error messages improve

Modules

MOP
A Meta Object Protocol for Perl 5
A representation of a class
For MOP Internal Use Only
A representation of a method
The Method Attribute object
A representation of a role
A representation of a class slot
A representation of a class slot initializer
For MOP External Use Only