Class::C3 - 0.05 release
[gitmo/Class-C3.git] / ChangeLog
CommitLineData
95bebf8c 1Revision history for Perl extension Class::C3.
2
5d5c86d9 30.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
90.04 - Thurs, Sept 29, 2004
10 - changed NEXT::METHOD::foo to next::method
11 - added more tests as well
12
130.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
d0e2efe5 180.02 - Mon, Aug 8, 2005
19 - code refactoring
20 - many comments added
60de85f7 21 - added many more tests
d0e2efe5 22 - most of the tests from Perl6::MetaModel moved over
23 - tested loading modules with `use` as well as the
24 inline package definition
60de85f7 25 - added optional 'c3' pragma
d0e2efe5 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
d401eda1 31
6a8a3678 320.01 - Sun, Aug 7, 2005
33 - initial release of module
d0e2efe5 34 - some code and tests based on previous Perl6::MetaModel work