X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=24f3aa4cf0d9adc5778b32e58d9be2c3ef14aeb3;hb=892e0cc9aa9309bad92d4288819f0fff3b33a23a;hp=51a9e67b388a43fd01bad18d4a457d14f7f22243;hpb=7d2140cb8ffa7f941750b3f28faf32bf2ef24879;p=p5sagit%2FDevel-Declare.git diff --git a/Changes b/Changes index 51a9e67..24f3aa4 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,38 @@ -Changes for Devel-Declare +Revision history for Devel-Declare + +0.006022 - 2020-04-26 + - release 0.006_021 as stable + +0.006_021 - 2019-12-22 + - use ppport.h for compatibility with earlier perls + +0.006_020 - 2019-11-25 + - update to work with Perl 5.31.7 (Karl Williamson, github PR#1) + +0.006019 - 2017-03-28 + - added deprecated flag to metadata. No deprecation warning is given at + runtime... for now... + - added "WARNING" section in pod, advising the deprecated status of this + module + +0.006018 - 2015-03-24 + - tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918) + +0.006017 - 2014-09-25 + - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared), + RT#99102, Father Chrysostomos + +0.006016 - 2014-03-31 + - fixed syntax error in a test + +0.006015 - 2014-02-02 + - fix use of wrong sprintf formatting codes (Zefram, RT#91983) + +0.006014 - 2013-07-21 + - converted dist to Distar + +0.006013 - 2013-06-18 + - re-release, because Module::Install is AWESOME! 0.006012 - 2013-06-18 - Updates for some deprecations in perl 5.17. (Zefram, RT#83968)