diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-22 22:17:43 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-22 22:17:43 +0100 |
commit | 13a4a4863da239fdf7d58ac4ffefae181a114f44 (patch) | |
tree | 7cadb521e23584065b6b1577a157371dd5da6b8d /pod | |
parent | 8d814567b435a4897ca1b18e99447ae8d6a072d8 (diff) | |
download | perl-13a4a4863da239fdf7d58ac4ffefae181a114f44.tar.gz |
Add deprecation of goto to inner scopes to perldelta
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5113delta.pod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod index 6326570955..ea2c0fb675 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<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 |