5e762522deb60fd3f78641757f76e3d171d37808
[gitmo/Class-C3.git] / ChangeLog
1 Revision history for Perl extension Class::C3.
2
3 0.02 - Mon, Aug 8, 2005
4     - code refactoring
5         - many comments added
6     - added many more tests 
7         - most of the tests from Perl6::MetaModel moved over
8         - tested loading modules with `use` as well as the 
9           inline package definition
10     - added optional 'c3' pragma
11         - this is not installed and can be found in opt/
12     - added `uninitialize` function to remove C3 dispatch ordering 
13         - added tests for this
14     - added `reinitialize` function to reload C3 dispatch ordering     
15         - added tests for this
16
17 0.01 - Sun, Aug 7, 2005
18     - initial release of module
19     - some code and tests based on previous Perl6::MetaModel work