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