- Missed a test using exists, Ikegami RT #68154
- Apply patch from Ikegami RT #68154, which
avoids use of deprecated exists on array elements.
- Apply blead patch from Peter Acklam
- Apply patch to fix ABSTRACT in core, RT #49563
from Jerry Hedden.
- Add support for aliasing method names
- Stringification of objects was sometimes causing
infinite recursion when overloaded objects called
an autoloaded method upon stringification.
- 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.
- Correct implementation of lvalue object
accessors.