summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-10 00:50:47 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-10 01:23:08 -0700
commit3221bc400f3da87f0d721c2bf3501051fac946ea (patch)
treeffed374138b054ebcc266917bf4ec8c0046e4681
parent81748522aff12edb368615e9512781d00a2d5d5b (diff)
downloadperl-3221bc400f3da87f0d721c2bf3501051fac946ea.tar.gz
perldelta for lexsub syntax errors (3a74e0e282c)
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index e25176c606..efb2b5fd5a 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<with> 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