bb69c867250e3bd4e17fc3b202fb8727b7910e7b
[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     - added feature to insure that Overload "fallback" setting
9       is properly inherited
10         - added test for this
11
12 0.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
18 0.04 - Thurs, Sept 29, 2004
19     - changed NEXT::METHOD::foo to next::method
20         - added more tests as well
21
22 0.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
27 0.02 - Mon, Aug 8, 2005
28     - code refactoring
29         - many comments added
30     - added many more tests 
31         - most of the tests from Perl6::MetaModel moved over
32         - tested loading modules with `use` as well as the 
33           inline package definition
34     - added optional 'c3' pragma
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
40
41 0.01 - Sun, Aug 7, 2005
42     - initial release of module
43     - some code and tests based on previous Perl6::MetaModel work