projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec52a18
)
perldelta for 7274b33cb1
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 20:55:57 +0000
(12:55 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 22:48:40 +0000
(14:48 -0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index d9ab6607299b7f3fc23945936c6c483618ebdf4f..1c5da7d8b12482c07fd8ab825a6a4d3f4b1964d2 100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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