From: Father Chrysostomos Date: Tue, 12 Nov 2013 22:32:37 +0000 (-0800) Subject: perldelta for 6a5c965b9 X-Git-Tag: upstream/5.20.0~1262 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec636b69bd69b5deb034aa99a583fae4cb0437ab;p=platform%2Fupstream%2Fperl.git perldelta for 6a5c965b9 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fa9f0fa..3e9e659 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -514,6 +514,18 @@ corresponding functions crash. Aliasing CORE::GLOBAL:: functions to constants stopped working in Perl 5.10 but has now been fixed. +=item * + +When C<`...`> or C calls a C override, double-quotish +interpolation now happens, as is the case when there is no override. +Previously, the presence of an override would make these quote-like +operators act like C, suppressing interpolation. [perl #115330] + +=item * + +C<<<`...`> here-docs (with backticks as the delimiters) now call +C overrides. [perl #119827] + =back =head1 Known Problems