summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldelta.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fdfbd4c1b4..2d34ef5b2c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -721,8 +721,7 @@ statement. Without the initial C<+>, C<sub> would be a statement label.
C<BEGIN> blocks are now emitted in the right place most of the time, but
the change unfortunately introduced a regression, in that C<BEGIN> blocks
occurring just before the end of the enclosing block may appear below it
-instead. XXX So this change may need to be reverted if it cannot be fixed
-before Perl 5.22. [perl #77452]
+instead.
C<B::Deparse> no longer puts erroneous C<local> here and there, such as for
C<LIST = tr/a//d>. [perl #119815]