Class::C3 - overload fix
[gitmo/Class-C3.git] / ChangeLog
CommitLineData
95bebf8c 1Revision history for Perl extension Class::C3.
2
4e47d2a4 30.06 -
4 - added Sub::Name to dependencies (even though it is
5 just for the tests)
6 - removed OS X resource fork which slipped into the tar.gz
7 - improved error reporting for Inconsistent Hierarchies
680100b1 8 - added feature to insure that Overload "fallback" setting
9 is properly inherited
10 - added test for this
4e47d2a4 11
5d5c86d9 120.05 - Mon, Nov 14, 2005
13 - added caching to next::method, courtesy of quicksilver
14 and mst over at #dbi-class
15 - added next::method edge case test
16 - added next::method & NEXT test
17
180.04 - Thurs, Sept 29, 2004
19 - changed NEXT::METHOD::foo to next::method
20 - added more tests as well
21
220.03 - Wed, Sept 28, 2005
23 - added the NEXT::METHOD psuedo package for method
24 redispatching along the C3 linearization
25 - added test for this
26
d0e2efe5 270.02 - Mon, Aug 8, 2005
28 - code refactoring
29 - many comments added
60de85f7 30 - added many more tests
d0e2efe5 31 - most of the tests from Perl6::MetaModel moved over
32 - tested loading modules with `use` as well as the
33 inline package definition
60de85f7 34 - added optional 'c3' pragma
d0e2efe5 35 - this is not installed and can be found in opt/
36 - added `uninitialize` function to remove C3 dispatch ordering
37 - added tests for this
38 - added `reinitialize` function to reload C3 dispatch ordering
39 - added tests for this
d401eda1 40
6a8a3678 410.01 - Sun, Aug 7, 2005
42 - initial release of module
d0e2efe5 43 - some code and tests based on previous Perl6::MetaModel work