]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blobdiff - Changes
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/B-RecDeparse.git] / Changes
diff --git a/Changes b/Changes
index f3d4bce70d53bdb887b9d5b78b36d6ce8634d0b8..fb6a4659cba4d56941575c2b6f7782709c0dc150 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,48 @@
 Revision history for B-RecDeparse
 
+0.10    2015-03-12 18:15 UTC
+        + Fix : [RT #99809] : Fix for 5.21.5
+                Thanks Father Chrysostomos for reporting and contributing a
+                patch.
+        + Tst : Work around a change of behaviour of B::Deparse in 5.21.x
+                that causes sub references compiled inside "use strict 'vars'"
+                to be fully qualified when deparsed.
+
+0.09    2014-10-04 17:30 UTC
+        + Fix : [RT #99177] : Fix for 5.21.4.
+                Thanks Father Chrysostomos for reporting and contributing a
+                patch.
+
+0.08    2013-09-01 17:30 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.07 can skip this update.
+        + Doc : POD headings are now properly linkable.
+        + Doc : Miscellaneous POD tweaks.
+
+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.