From 1c8f9c37b3a1a95c4f0981b0563a5177b6fa8ae8 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 30 May 2015 10:05:34 -0600 Subject: perldelta: Rmv some intra 5.21 changes --- pod/perldelta.pod | 7 ------- 1 file changed, 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)> and typed lexical (C) 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 with C 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$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 * -- cgit v1.2.1