Revision history for Perl extension Class::Classless
Time-stamp: "2000-08-21 15:07:29 MDT"
2000-08-21 Sean M. Burke sburke@cpan.org
* Release 1.33 -- supports memoization (caching) of each object's
lineage.
* Minor doc changes.
* Dispatcher now uses "magic goto" to pass off to sub methods.
I think that should make for proper @_-aliasing and context
propagation.
* Fixed obscure bug in 'pretty' (used by the EXAMINE method) that
would mistake some "0"-initial numerals for real decimal numbers.
2000-05-13 Sean M. Burke sburke@cpan.org
* Release 1.22 -- just noting my new email address.
1999-09-22 Sean M. Burke sburke@netadventure.net
* Release 1.21 -- second release version
* Added support for 'constant methods' (and magic dereferencing)
* Added $callstate->no_fail, set_no_fail_true, set_fail_false,
and set_fail_undef
* Added $callstate->via_next
* Added support for $callstate->NEXT with no (explicit) method name
* IMPORTANT CHANGE!! The 'can' method now returns simply either
true or false, instead of returning the coderef for
true
* Added 'howcan' method
* Documentation, yet more documentation, always more documentation.
* Added more tests to test.pl
1999-05-31 Sean M. Burke sburke@netadventure.net
* Release 0.25 -- first release version.