perldelta for c5f75dbad5e3
authorFather Chrysostomos <sprout@cpan.org>
Fri, 15 Nov 2013 13:28:24 +0000 (05:28 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 15 Nov 2013 13:28:24 +0000 (05:28 -0800)
pod/perldelta.pod

index e2b0154..8f915fd 100644 (file)
@@ -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.