summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-29 17:06:46 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-29 17:06:46 -0400
commit2fe1cb6b500d3e46c60a64717725cb3b7e4b1acc (patch)
treede0c1bdb375fb809b8ca528ad650787adc47278d
parent82b39489084a56af421660103282eb797f22bb00 (diff)
downloadperl-2fe1cb6b500d3e46c60a64717725cb3b7e4b1acc.tar.gz
perldelta: remove an obsolete notice
-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]