From a7b82b2ff7bc7eed59f83dd2f87a4a09fb19d667 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 12 Nov 2013 14:35:36 -0800 Subject: [PATCH] perldelta for a96df64385 --- pod/perldelta.pod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.7.4