From 7a7c28da32078097a24a89e3a16f77488f0b7d08 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 14 Sep 2013 18:49:03 -0700 Subject: [PATCH] perldelta for d4a823b39 --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4