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:
cd8580f
)
perldelta for c5f75dbad5e3
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 15 Nov 2013 13:28:24 +0000
(
05:28
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 15 Nov 2013 13:28:24 +0000
(
05:28
-0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
e2b0154
..
8f915fd
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-507,6
+507,11
@@
field checking ("No such class field"; see L<fields>) but no longer are.
=item *
+That compile-time field checking also applies now to the C<%$obj{'key'}>
+syntax, added recently in Perl 5.19.4.
+
+=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.