fc38de969fa1ad2f8566f790daedf25d297851e6
[gitmo/Class-C3.git] / ChangeLog
1 Revision history for Perl extension Class::C3.
2
3 0.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
9 0.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
15 0.04 - Thurs, Sept 29, 2004
16     - changed NEXT::METHOD::foo to next::method
17         - added more tests as well
18
19 0.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
24 0.02 - Mon, Aug 8, 2005
25     - code refactoring
26         - many comments added
27     - added many more tests 
28         - most of the tests from Perl6::MetaModel moved over
29         - tested loading modules with `use` as well as the 
30           inline package definition
31     - added optional 'c3' pragma
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
37
38 0.01 - Sun, Aug 7, 2005
39     - initial release of module
40     - some code and tests based on previous Perl6::MetaModel work