From 52c4b146f296c26f4747a557a123215167a38693 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 21 May 2012 22:53:26 -0700 Subject: [PATCH] perldelta for undef *_, &CORE::time crash --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 96b0c4c..1264cbe 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -449,6 +449,11 @@ erroneous warnings. C now implies C, like C and C. +=item * + +Subs in the CORE:: namespace no longer crash after C when called +with no argument list (C<&CORE::time> with no parentheses). + =back =head1 Known Problems -- 2.7.4