perldelta for d4a823b39
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 01:49:03 +0000 (18:49 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 01:49:03 +0000 (18:49 -0700)
pod/perldelta.pod

index 87195aa..a14ea23 100644 (file)
@@ -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