perldelta for lexsub syntax errors (3a74e0e282c)
authorFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 07:50:47 +0000 (00:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 08:23:08 +0000 (01:23 -0700)
pod/perldelta.pod

index e25176c..efb2b5f 100644 (file)
@@ -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