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

Changes for version 0.33 - 2020-09-16

  • CHANGES
    • Roles can now have data slots
    • `use v5.14` in all files
  • BUGFIXES
    • pp_sv() needs to EXTEND() before PUSH()
    • Avoid SEGV if ->begin_class is called without PL_parser set (RT133258)
    • Defer sealing of derived classes until their base class is sealed (RT133190)

Modules

a simple syntax for lexical slot-based objects
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