X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=db08cca30f1ae4c8b1dd9e4f3644814c8a0c3082;hb=2e659e7bc2f65e80a9e8ec8fc6d028213e464562;hp=15e3b03da3b31791c3c3dbef15d1705ee9c45ba6;hpb=e48044f1cf8c367b7b8f971a39d1192367d628c6;p=gitmo%2FAlgorithm-C3.git diff --git a/Changes b/Changes index 15e3b03..db08cca 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,32 @@ Revision history for Perl extension Algorithm-C3. +0.10 - 2014-08-15 + - declare minimum version of perl as 5.6 in metadata + +0.09 - 2014-03-01 + - convert to use ExtUtils::MakeMaker using distar + - include repo and bugtracker metadata + +0.08 Thu. May 28, 2009 + - Fix a couple of doc typos. + - Don't create a fake Makefile.PL. + +0.07 Mon. May 14, 2007 + - Some very small optimizations had been + gathering in the repo for a while, this + gets them out to CPAN. Probably won't + notice much difference except in extreme + cases. + +0.06 Fri. Nov. 17, 2006 + - Added tests from konobi + - Added some other new tests too + - Fixed infinite loop on recursive heirarchies + +0.05 Fri. Aug. 25, 2006 + - Add the ability for the caller to supply a persistent + merge cache hashref + 0.04 Wed. Aug. 09, 2006 - Remove accidental "use Class::C3" from t/006_complex_merge.t (no functional changes from 0.03)