From: Rafael Garcia-Suarez Date: Sun, 22 Nov 2009 21:17:43 +0000 (+0100) Subject: Add deprecation of goto to inner scopes to perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13a4a4863da239fdf7d58ac4ffefae181a114f44;p=p5sagit%2Fp5-mst-13.2.git Add deprecation of goto to inner scopes to perldelta --- diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod index 6326570..ea2c0fb 100644 --- a/pod/perl5113delta.pod +++ b/pod/perl5113delta.pod @@ -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 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