summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f0ae626204..7624cacf76 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -131,6 +131,11 @@ a sub and a format share the same name, it will dump both.
=item *
+L<B::Debug> has been upgraded from version 1.17 to 1.18. This adds support
+(experimentally) for the new C<B::PADLIST>.
+
+=item *
+
L<B::Deparse> has been upgraded from version 1.15 to 1.16. It now deparses
loop controls with the correct precedence, and multiple statements in a
C<format> line are also now deparsed correctly.