03b043436d9d49dffa4bb9e3de8c0520a92b2bcd
[gitmo/Class-C3.git] / ChangeLog
1 Revision history for Perl extension Class::C3.
2
3 0.05 - Mon, Nov 14, 2005
4     - added caching to next::method, courtesy of quicksilver
5       and mst over at #dbi-class
6         - added next::method edge case test 
7         - added next::method & NEXT test
8
9 0.04 - Thurs, Sept 29, 2004
10     - changed NEXT::METHOD::foo to next::method
11         - added more tests as well
12
13 0.03 - Wed, Sept 28, 2005
14     - added the NEXT::METHOD psuedo package for method
15       redispatching along the C3 linearization
16         - added test for this
17
18 0.02 - Mon, Aug 8, 2005
19     - code refactoring
20         - many comments added
21     - added many more tests 
22         - most of the tests from Perl6::MetaModel moved over
23         - tested loading modules with `use` as well as the 
24           inline package definition
25     - added optional 'c3' pragma
26         - this is not installed and can be found in opt/
27     - added `uninitialize` function to remove C3 dispatch ordering 
28         - added tests for this
29     - added `reinitialize` function to reload C3 dispatch ordering     
30         - added tests for this
31
32 0.01 - Sun, Aug 7, 2005
33     - initial release of module
34     - some code and tests based on previous Perl6::MetaModel work