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

Changes for version 0.43 - 2004-09-20

  • Accessor builder classes that don't properly load will now correctly cause Class::Meta to die.
  • Class::Meta::Class->handle_error() now joins multiple arguments it receives into a single string to be passed to the error handler code reference.
  • Class::Meta::Attribute now correctly finds attribute accessors that were not created by Class::Meta (that is, when the "create" parameter is set to NONE), provided that the build_attr_set() and build_attr_get() functions of the accessor builder package can find them (as the accessor builders include with Class::Meta can).

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