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

Changes for version 1.000 - 2014-07-16

  • *** INCOMPATIBLE CHANGES ***
    • Attributes for custom accessors *MUST* be declared for them to be set via the constructor. It is no longer sufficient for a method of the same name to exist.
    • Unknown constructor arguments are ignored rather than fatal; they are not included in the object. Special instructions for using BUILD to hide constructor arguments from validation are irrelevant and have been removed.
    • These changes make Class::Tiny-based classes easier to subclass by more advanced object frameworks like Moose or Moo.

Modules

Minimalist class construction

Provides

in lib/Class/Tiny.pm