From: Father Chrysostomos Date: Mon, 10 Jun 2013 07:49:26 +0000 (-0700) Subject: perldelta for two lexsub fixes X-Git-Tag: upstream/5.20.0~3159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81748522aff12edb368615e9512781d00a2d5d5b;p=platform%2Fupstream%2Fperl.git perldelta for two lexsub fixes --- 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