From 3221bc400f3da87f0d721c2bf3501051fac946ea Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 10 Jun 2013 00:50:47 -0700 Subject: [PATCH] perldelta for lexsub syntax errors (3a74e0e282c) --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e25176c..efb2b5f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -526,6 +526,11 @@ 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] +=item * + +Syntax errors in lexical subroutines in combination with calls to the same +subroutines no longer cause crashes at compile time. + =back =head1 Known Problems -- 2.7.4