Release commit for 0.09
[gitmo/Algorithm-C3.git] / Changes
CommitLineData
c0b91998 1Revision history for Perl extension Algorithm-C3.
2
dd0a7b0b 30.09 - 2014-03-01
6318dbac 4 - convert to use ExtUtils::MakeMaker using distar
5 - include repo and bugtracker metadata
6
e6ea26dc 70.08 Thu. May 28, 2009
8 - Fix a couple of doc typos.
9 - Don't create a fake Makefile.PL.
10
2aecbee9 110.07 Mon. May 14, 2007
12 - Some very small optimizations had been
13 gathering in the repo for a while, this
14 gets them out to CPAN. Probably won't
15 notice much difference except in extreme
16 cases.
17
8111d787 180.06 Fri. Nov. 17, 2006
21f53c4c 19 - Added tests from konobi
20 - Added some other new tests too
21 - Fixed infinite loop on recursive heirarchies
22
badc07da 230.05 Fri. Aug. 25, 2006
ca604ce2 24 - Add the ability for the caller to supply a persistent
25 merge cache hashref
26
e48044f1 270.04 Wed. Aug. 09, 2006
28 - Remove accidental "use Class::C3" from t/006_complex_merge.t
29 (no functional changes from 0.03)
30
7946639b 310.03 Tue. Aug. 08, 2006
32 - New test + bugfix for RT#20879
33
f4e5601f 340.02 Sun. Jul. 30, 2006
35 - code refactored for speed by Brandon L. Black
ce83d567 36
aed74b25 370.01 Wed. Feb. 15, 2006
ce83d567 38 - initial release, code and tests taken from Class::C3