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

Changes for version 0.48 - 2005-04-13

  • Fixed accessor generation for "once" attributes with a default so that a value can be passed to a constructor and properly assigned to the "once" attribute instead of its default, rather than throwing a read-only exception.
  • Added "default_builder()" class method to Class::Meta::Type. This allows a default builder other than "default" to be specified when none is explicitly passed to Class::Meta::Type->add(), such as when data types are implicitly created for attributes that reference objects of Class::Meta classes.

Modules

Class automation, introspection, and data validation
Perl style accessor generation
Affordance style accessor generation
Semi-Affordance style accessor generation
Class::Meta class attribute introspection
Class::Meta class introspection
Class::Meta class constructor introspection
Class::Meta class method introspection
Data type validation and accessor building.
Boolean data types
Numeric data types
Perl data types
String data types