Changes for version 1.49_01 - 2009-11-13
- Brings CPAN version up-to-date with version used internally New features:
- 'declare' can be called without class parameter Bug fixes:
- if 'new' called from subclass via SUPER::new, 'new' retains object from subclass rather than creating new one; this is a rare occurence
- defaults for class attributes set at declare-time, not by 'new'
- removed undocumented 'class' method since it pollutes namespace unreasonably
- caught error when a class does not 'use' its base class, and base class cannot be loaded because of compile errors
- version number conforms to Perl standard
Modules
Create get and set methods and simplify object initialization
Provides
in lib/Class/AutoClass/Root.pm