perldelta for 55b37f1c31 (goto $tied)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:38:46 +0000 (06:38 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:57:48 +0000 (06:57 -0800)
pod/perldelta.pod

index da0da7e..f4d00ab 100644 (file)
@@ -520,6 +520,11 @@ caches upon scope exit.
 C</[.foo.]/> is no longer an error, but produces a warning (as before) and
 is treated as C</[.fo]/> [perl #115818].
 
+=item *
+
+C<goto $tied_var> now calls FETCH before deciding what type of goto
+(subroutine or label) this is.
+
 =back
 
 =head1 Known Problems