avoid needing . in @INC in dev mode
[gitmo/Algorithm-C3.git] / Changes
1 Revision history for Perl extension Algorithm-C3.
2
3 0.10 - 2014-08-15
4     - declare minimum version of perl as 5.6 in metadata
5
6 0.09 - 2014-03-01
7     - convert to use ExtUtils::MakeMaker using distar
8     - include repo and bugtracker metadata
9
10 0.08 Thu. May 28, 2009
11     - Fix a couple of doc typos.
12     - Don't create a fake Makefile.PL.
13
14 0.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
21 0.06 Fri. Nov. 17, 2006
22     - Added tests from konobi
23     - Added some other new tests too
24     - Fixed infinite loop on recursive heirarchies
25
26 0.05 Fri. Aug. 25, 2006
27     - Add the ability for the caller to supply a persistent
28       merge cache hashref
29
30 0.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
34 0.03 Tue. Aug. 08, 2006
35     - New test + bugfix for RT#20879
36
37 0.02 Sun. Jul. 30, 2006
38     - code refactored for speed by Brandon L. Black
39
40 0.01 Wed. Feb. 15, 2006
41     - initial release, code and tests taken from Class::C3