bump version
[gitmo/Algorithm-C3.git] / Changes
CommitLineData
c0b91998 1Revision history for Perl extension Algorithm-C3.
2
f783f29a 3 - declare minimum version of perl as 5.6 in metadata
4
dd0a7b0b 50.09 - 2014-03-01
6318dbac 6 - convert to use ExtUtils::MakeMaker using distar
7 - include repo and bugtracker metadata
8
e6ea26dc 90.08 Thu. May 28, 2009
10 - Fix a couple of doc typos.
11 - Don't create a fake Makefile.PL.
12
2aecbee9 130.07 Mon. May 14, 2007
14 - Some very small optimizations had been
15 gathering in the repo for a while, this
16 gets them out to CPAN. Probably won't
17 notice much difference except in extreme
18 cases.
19
8111d787 200.06 Fri. Nov. 17, 2006
21f53c4c 21 - Added tests from konobi
22 - Added some other new tests too
23 - Fixed infinite loop on recursive heirarchies
24
badc07da 250.05 Fri. Aug. 25, 2006
ca604ce2 26 - Add the ability for the caller to supply a persistent
27 merge cache hashref
28
e48044f1 290.04 Wed. Aug. 09, 2006
30 - Remove accidental "use Class::C3" from t/006_complex_merge.t
31 (no functional changes from 0.03)
32
7946639b 330.03 Tue. Aug. 08, 2006
34 - New test + bugfix for RT#20879
35
f4e5601f 360.02 Sun. Jul. 30, 2006
37 - code refactored for speed by Brandon L. Black
ce83d567 38
aed74b25 390.01 Wed. Feb. 15, 2006
ce83d567 40 - initial release, code and tests taken from Class::C3