diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-12-14 13:58:13 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-12-14 16:28:39 -0800 |
commit | 92e6b96d7268569ef77cee3a009203deea65edb9 (patch) | |
tree | f24ff6126ce120a2d29cf4adf540bf5ae7e5ba2f /pod | |
parent | 9d67d695334df0802ea2dec4f24ac0bc9714b951 (diff) | |
download | perl-92e6b96d7268569ef77cee3a009203deea65edb9.tar.gz |
perldelta for d52196e1
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8981b96c49..28e0cbcd50 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -181,6 +181,8 @@ 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. + =item * L<ExtUtils::ParseXS> has been upgraded from version 3.26 to 3.27. |