Changes for 0.30 Tue Sep 19 15:31:32 CEST 2006
=================================================
* Add callback possibilities to Object::Accessor.
Also note these do not work for lvalue objects
due to the nature of 'lvalue' in perl. See
perldoc perlsub for details, or the CAVEATS
section in the documentation.
Changes for 0.21 Sat Aug 12 21:42:05 CEST 2006
=================================================
* Correct implementation of lvalue object
accessors.