0.02 release
[gitmo/Class-C3.git] / ChangeLog
CommitLineData
95bebf8c 1Revision history for Perl extension Class::C3.
2
d0e2efe5 30.02 - Mon, Aug 8, 2005
4 - code refactoring
5 - many comments added
60de85f7 6 - added many more tests
d0e2efe5 7 - most of the tests from Perl6::MetaModel moved over
8 - tested loading modules with `use` as well as the
9 inline package definition
60de85f7 10 - added optional 'c3' pragma
d0e2efe5 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
d401eda1 16
6a8a3678 170.01 - Sun, Aug 7, 2005
18 - initial release of module
d0e2efe5 19 - some code and tests based on previous Perl6::MetaModel work