]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blobdiff - Changes
This is 0.05
[perl/modules/B-RecDeparse.git] / Changes
diff --git a/Changes b/Changes
index c18ddcca63d1d70037415123b58a9778f924b73b..c186af9e1e7c9f191a410f355c46e485d0250912 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,33 @@
 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.
+        + 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.
+
+0.02    2008-07-28 21:30 UTC
+        + Chg : Perl 5.8 is now required.
+        + Doc : POD nits.
+        + Fix : Empty README.
+        + Fix : Building on perls with a patchlevel.
+        + Tst : Skip a few harmless failures on perls older than 5.8.7.
+
 0.01    2008-07-28 10:35 UTC
         First version, released on an unsuspecting world.