From: Chris Williams Date: Fri, 30 Apr 2010 13:57:12 +0000 (+0100) Subject: Update the Change log in Module::CoreList to include recent commits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2cf408eaf92f3fde0cc7a955a305379fb7467cb3;p=p5sagit%2Fp5-mst-13.2.git Update the Change log in Module::CoreList to include recent commits --- diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index b94f988..e70c876 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,16 @@ +2.31_01 Fri Apr 30 2010 + - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern) + - Functional interface amended to make calling conventions consistent + (bingos) + - Documented all functions and all hash structures (bingos) + - Fixed functions with edge-case involving querying for Module::CoreList + itself. Pointed out by Ilmari. + - Added removed_from() and removed_from_by_date() functions + for querying which release a module was removed from core. (bingos) + - Amended corelist utility to use new removed from functions when + stating when a module entered core ( and when it left it ). (bingos) + - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos) + 2.31 Sun Mar 20 2010 - Updated for 5.13.0