perldelta for 0e706dd460 and e6307ed02e
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:54:36 +0000 (05:54 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:55:29 +0000 (05:55 -0800)
pod/perldelta.pod

index 5084fcc..4e19045 100644 (file)
@@ -477,6 +477,11 @@ An undefined lexical sub used as an inherited method no longer crashes.
 C<< $x->{key} >> where $x was declared as C<my Class $x> no longer crashes
 if a Class::FIELDS subroutine stub has been declared.
 
+=item *
+
+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.
+
 =back
 
 =head1 Known Problems