Changes for version 0.13 - 2004-01-20
- For default accessors, object and class attribute accessors were reversed.
- Private and protected attributes now are truly private and protected if they're constructed by the accessor builder packages that come with Class::Meta.
- The call_get() and call_set() methods of Class::Meta::Attribute and the call() methods of Class::Meta::Constructor and Class::Meta::::Method now use goto to execute the true methods. This removes the call to call_get() or call_set() or call() from the call stack trace, and makes it possible for the private and protected checks to always work properly.
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