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

Changes for version 0.50 - 2005-12-14

  • Constructors created by Class::Meta now iterate over the attributes when assigning arguments or defaults in the order in which the were defined, rather than randomly.
  • The "attributes()", "constructors()", and "methods()" methods of Class::Meta::Class now return *all* objects, including private and trusted objects, when called from the class that defined those objects.
  • Minor optimizations to the constructor created by Class::Meta.

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