Exclude git files from MANIFEST.
[gitmo/Algorithm-C3.git] / Changes
CommitLineData
c0b91998 1Revision history for Perl extension Algorithm-C3.
2
2aecbee9 30.07 Mon. May 14, 2007
4 - Some very small optimizations had been
5 gathering in the repo for a while, this
6 gets them out to CPAN. Probably won't
7 notice much difference except in extreme
8 cases.
9
8111d787 100.06 Fri. Nov. 17, 2006
21f53c4c 11 - Added tests from konobi
12 - Added some other new tests too
13 - Fixed infinite loop on recursive heirarchies
14
badc07da 150.05 Fri. Aug. 25, 2006
ca604ce2 16 - Add the ability for the caller to supply a persistent
17 merge cache hashref
18
e48044f1 190.04 Wed. Aug. 09, 2006
20 - Remove accidental "use Class::C3" from t/006_complex_merge.t
21 (no functional changes from 0.03)
22
7946639b 230.03 Tue. Aug. 08, 2006
24 - New test + bugfix for RT#20879
25
f4e5601f 260.02 Sun. Jul. 30, 2006
27 - code refactored for speed by Brandon L. Black
ce83d567 28
aed74b25 290.01 Wed. Feb. 15, 2006
ce83d567 30 - initial release, code and tests taken from Class::C3