X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=Changes;h=c186af9e1e7c9f191a410f355c46e485d0250912;hp=f3d4bce70d53bdb887b9d5b78b36d6ce8634d0b8;hb=ed8af32fb71887b9d4bb8e43c0efa02d558da44e;hpb=1d2427fbf7b1ebd7c4e000f806265b61b3bda8ca diff --git a/Changes b/Changes index f3d4bce..c186af9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for B-RecDeparse +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.