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-18

  • UNIVERSAL::Object::Immutable now allows for alteration of the instance during `BUILD` by delaying locking of the instance until the very last moment before `new` returns
    • updated docs for this
  • UNIVERSAL::Object::Immutable now supports CODE ref based instances
    • updated docs and tests for this
  • added test to demonstrate that `%HAS` is not a requirement and (ab)using SLOTS method works too

Modules

A useful base class
Another useful base class