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

Changes for version 0.56 - 2021-10-22

  • CHANGES
    • Support roles inheriting from (possibly-multiple) other roles (RT139772)
    • Recognise `accessor` argument to $classmeta->add_slot
    • Add some more MOP methods:
      • $classmeta->direct_roles
      • $classmeta->all_roles
      • $slotmeta->sigil
  • BUGFIXES
    • Fix an uninitialised memory warning from valgrind to do with class creation
    • Quiet the compiler warnings about hv_fetch's key argument maybe being NULL
    • Development time for this release was sponsored by Perl-Verein Schweiz

Modules

a simple syntax for lexical slot-based objects
build-time support for extensions to Object::Pad
meta-object representation of a Object::Pad class
meta-object representation of a method of a Object::Pad class
meta-object representation of data slot of a Object::Pad class