perldelta for 7274b33cb1
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 20:55:57 +0000 (12:55 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:48:40 +0000 (14:48 -0800)
pod/perldelta.pod

index d9ab660..1c5da7d 100644 (file)
@@ -491,6 +491,11 @@ A nonexistent array element with a large index passed to a subroutine that
 ties the array and then tries to access the element no longer results in a
 crash.
 
+=item *
+
+Declaring a subroutine stub named NEGATIVE_INDICES no longer makes negative
+array indices crash when the current package is a tied array class.
+
 =back
 
 =head1 Known Problems