From 81748522aff12edb368615e9512781d00a2d5d5b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 10 Jun 2013 00:49:26 -0700 Subject: [PATCH] perldelta for two lexsub fixes --- pod/perldelta.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 85a9da5..e25176c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -516,6 +516,16 @@ Since Perl v5.12, inlining of constants that override built-in keywords of the same name had countermanded C, causing subsequent mentions of the constant to use the built-in keyword instead. This has been fixed. +=item * + +Lexical constants (C) no longer crash when inlined. + +=item * + +Parameter prototypes attached to lexical subroutines are now respected when +compiling sub calls without parentheses. Previously, the prototypes were +honoured only for calls I parentheses. [RT #116735] + =back =head1 Known Problems -- 2.7.4