The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes for 0.34    Sun May 18 18:14:05 CEST 2008
=================================================
*   Add support for aliasing method names

Changes for 0.32    Thu Oct  5 14:59:29 CEST 2006
=================================================
*   Stringification of objects was sometimes causing
    infinite recursion when overloaded objects called
    an autoloaded method upon stringification.

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.