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

Changes for version 0.45 - 2005-01-07

  • Added "parents()" method to Class::Meta::Class to return the class objects for any classes that the class inherits from.
  • Attributes that use an alias to set their types will now have the alias converted to the canonical type key.
  • Fixed typo in Class::Meta that named the generated method "class()" instead of "my_class()". Reported by Curtis Poe.
  • Documented "bool" synonym for the "boolean" data type in the Class::Meta library documentation (it was already documented in Class::Meta::Types::Boolean, of course).
  • Fixed broken links to Class::Meta::Types classes in Class::Meta library documentation. Reported by Curtis Poe.

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