From: Father Chrysostomos Date: Tue, 12 Nov 2013 22:35:36 +0000 (-0800) Subject: perldelta for a96df64385 X-Git-Tag: upstream/5.20.0~1260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7b82b2ff7bc7eed59f83dd2f87a4a09fb19d667;p=platform%2Fupstream%2Fperl.git perldelta for a96df64385 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b409009..475aad4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -527,6 +527,11 @@ operators act like C, suppressing interpolation. [perl #115330] C<<<`...`> here-docs (with backticks as the delimiters) now call C overrides. [perl #119827] +=item * + +The presence of a lexical sub named "CORE" no longer stops the CORE:: +prefix from working. + =back =head1 Known Problems @@ -541,7 +546,10 @@ platform specific bugs also go here. =item * -XXX +C used to call a sub named "CORE" and treat its return value as +a file name to execute. A bug fix inadvertently caused it to be +interpreted as the deprecated "do-SUB" construct. (Yes, C()> is inconsistent.) This will likely be changed back. =back