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

Changes for version 0.12 - 2004-01-17

  • The class "name" attribute now defaults to be the same as the key if it is not explicitly set.
  • The constructor generated by Class::Meta no longer attempts to set class attributes.
  • A package name now must be passed to the Class::Meta::Constructor's call() method as the first argument. This is allow for proper support for inheritance.
  • Accessor generators now create accessors for class attributes as class attributes, instead of as object attributes.

Modules

Class automation, introspection, and data validation
Perl style accessor generation
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