X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=8d898bb2e62265265a3263c0986b4d1ef50a6382;hb=2ed72daef30e77181180b933f64351ec49cc5945;hp=35650f230aee1bac7b7dfc37a7d47faefe8d4696;hpb=13205c2b2fd1a97d43fa6683e27ba36819bfedc1;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/Changes b/Changes index 35650f2..8d898bb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,35 @@ Revision history for B-RecDeparse +0.07 2013-08-21 21:15 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.06 can skip this update. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + +0.06 2013-08-20 19:25 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.05 can skip this update. + + Tst : Some tests will no longer warn with development versions of + B::Deparse. + + Tst : The Kwalitee test has been removed. + +0.05 2011-02-27 21:15 UTC + + Chg : perl 5.8.1 is required. + + Fix : [RT #63842] : Breakage on some imported subs. + This was actually a problem with how undeclared subroutines + or @_ were deparsed. + Thanks Kent Fredric for reporting and suggesting a fix. + + Fix : Empty or XS subroutines won't be (wrongly) deparsed anymore. + + Fix : Recursive subroutines won't be deparsed more than one level. + + Fix : Work around Kwalitee test misfailures. + + Upd : Resources in META.yml. + +0.04 2008-11-12 19:50 UTC + + Fix : Compatibility with 5.8.9. + + Fix : Only fool single_delim when we're coming from B::RecDeparse. + + Tst : Function calls in other packages. + + Upd : META.yml spec updated to 1.4. + 0.03 2008-08-20 14:30 UTC + Fix : Bug when recursing into a sub that had a gv op which wasn't associated with a rv2cv.