version with the better diagnostics
[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
8
5d5c86d9 90.05 - Mon, Nov 14, 2005
10 - added caching to next::method, courtesy of quicksilver
11 and mst over at #dbi-class
12 - added next::method edge case test
13 - added next::method & NEXT test
14
150.04 - Thurs, Sept 29, 2004
16 - changed NEXT::METHOD::foo to next::method
17 - added more tests as well
18
190.03 - Wed, Sept 28, 2005
20 - added the NEXT::METHOD psuedo package for method
21 redispatching along the C3 linearization
22 - added test for this
23
d0e2efe5 240.02 - Mon, Aug 8, 2005
25 - code refactoring
26 - many comments added
60de85f7 27 - added many more tests
d0e2efe5 28 - most of the tests from Perl6::MetaModel moved over
29 - tested loading modules with `use` as well as the
30 inline package definition
60de85f7 31 - added optional 'c3' pragma
d0e2efe5 32 - this is not installed and can be found in opt/
33 - added `uninitialize` function to remove C3 dispatch ordering
34 - added tests for this
35 - added `reinitialize` function to reload C3 dispatch ordering
36 - added tests for this
d401eda1 37
6a8a3678 380.01 - Sun, Aug 7, 2005
39 - initial release of module
d0e2efe5 40 - some code and tests based on previous Perl6::MetaModel work