Added a commented out warning that when enabled displays an output very similar
[gitmo/Algorithm-C3.git] / Changes
1 Revision history for Perl extension Algorithm-C3.
2
3 0.06 Fri. Nov. 17, 2006
4     - Added tests from konobi
5     - Added some other new tests too
6     - Fixed infinite loop on recursive heirarchies
7
8 0.05 Fri. Aug. 25, 2006
9     - Add the ability for the caller to supply a persistent
10       merge cache hashref
11
12 0.04 Wed. Aug. 09, 2006
13     - Remove accidental "use Class::C3" from t/006_complex_merge.t
14       (no functional changes from 0.03)
15
16 0.03 Tue. Aug. 08, 2006
17     - New test + bugfix for RT#20879
18
19 0.02 Sun. Jul. 30, 2006
20     - code refactored for speed by Brandon L. Black
21
22 0.01 Wed. Feb. 15, 2006
23     - initial release, code and tests taken from Class::C3