From: Father Chrysostomos Date: Sun, 15 Sep 2013 01:49:03 +0000 (-0700) Subject: perldelta for d4a823b39 X-Git-Tag: upstream/5.20.0~1877 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a7c28da32078097a24a89e3a16f77488f0b7d08;p=platform%2Fupstream%2Fperl.git perldelta for d4a823b39 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 87195aa..a14ea23 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -791,6 +791,11 @@ work correctly with negative indices and with nonexistent elements within the array. The element would be vivified immediately. The delayed vivification has been extended to work with those. [perl #118691] +=item * + +Assigning references or globs to the scalar returned by C<$#foo> after the +@foo array has been freed no longer causes crashes. + =back =head1 Known Problems