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

index 07e8d3e..d9ab660 100644 (file)
@@ -485,6 +485,12 @@ if a Class::FIELDS subroutine stub has been declared.
 C<@$obj{'key'}> and C<${$obj}{key}> used to be exempt from compile-time
 field checking ("No such class field"; see L<fields>) but no longer are.
 
+=item *
+
+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.
+
 =back
 
 =head1 Known Problems