From d1f01a6330ce5686c7ac22a150f9b881a3c7e67c Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Wed, 20 Aug 2014 00:31:07 -0400 Subject: [PATCH] perldelta for f4ef132 defined(AASSIGN) is not fatalized --- pod/perldelta.pod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bb8dd38..50a544a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -21,11 +21,10 @@ XXX Any important notices here =head1 Core Enhancements -XXX New core language features go here. Summarize user-visible core language -enhancements. Particularly prominent performance optimisations could go -here, but most should go in the L section. +=head2 C is no longer fatal -[ List each enhancement as a =head2 entry ] +In 5.21.1, C was made fatal. This has been relaxed +to not die if the argument is assigning to an array. =head1 Security -- 1.8.3.1