X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9fd26537187cf2b9d5b04f2a26dbf09bb9ed0ec5;hb=b9d2321d9176ae1e0cb328a9ecc3435035204ed7;hp=2e25883c113b69329c5fa247cade8aea53db866a;hpb=eb0790fddfb3465bd3d9cad02baa01d6bae09aa9;p=p5sagit%2FDevel-Declare.git diff --git a/Changes b/Changes index 2e25883..9fd2653 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Devel-Declare + - 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