Add deprecation of goto to inner scopes to perldelta
Rafael Garcia-Suarez [Sun, 22 Nov 2009 21:17:43 +0000 (22:17 +0100)]
pod/perl5113delta.pod

index 6326570..ea2c0fb 100644 (file)
@@ -321,9 +321,11 @@ The following items are now deprecated.
 
 =over 4
 
-=item *
+=item Use of "goto" to jump into a construct is deprecated
 
-XXX
+Using C<goto> to jump from an outer scope into an inner
+scope is now deprecated. This rare use case was causing
+problems in the implementation of scopes.
 
 =back