summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-30 10:05:34 -0600
committerKarl Williamson <khw@cpan.org>2015-05-30 10:27:15 -0600
commit1c8f9c37b3a1a95c4f0981b0563a5177b6fa8ae8 (patch)
tree1208f4205c0c1c5763febda95d31077b7d2b60cd /pod/perldelta.pod
parentf0a3853924568b848185ddff73f8d93d2d581325 (diff)
downloadperl-1c8f9c37b3a1a95c4f0981b0563a5177b6fa8ae8.tar.gz
perldelta: Rmv some intra 5.21 changes
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index aedf40a274..f6b800a021 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -739,8 +739,6 @@ It now deparses C<our(I<LIST>)> and typed lexical (C<my Dog $spot>) correctly.
Deparse C<$#_> as that instead of as C<$#{_}>.
L<[perl #123947]|https://rt.perl.org/Ticket/Display.html?id=123947>
-C<< <<>> >> is now correctly deparsed.
-
BEGIN blocks at the end of the enclosing scope are now deparsed in the
right place. [perl #77452]
@@ -749,9 +747,6 @@ BEGIN.
Lexical subroutines are now fully deparsed. [perl #116553]
-Deparsing of C<$lexical =~ //> was accidentally broken in 1.30 (perl
-5.21.6), omitting the C<$lexical =~>, but has now been fixed.
-
C<Anything =~ y///r> with C</r> no longer omits the left-hand operand.
The op trees that make up regexp code blocks are now deparsed for real.
@@ -810,8 +805,6 @@ loop. The C<(;$>) C<(_)> and C<(;_)> prototypes were given the wrong
precedence, causing C<foo($aE<lt>$b)> to be deparsed without the parentheses.
Deparse now provides a defined state sub in inner subs.
-Since version Perl 5.21.6, Deparse would croak on special constants, but
-this has now been fixed.
=item *