From ec52a18774fcee7e9fc90318fd02f911949e5152 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 12 Nov 2013 12:54:52 -0800 Subject: [PATCH] perldelta for ca58dfd9e0 --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 07e8d3e..d9ab660 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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) 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 -- 2.7.4