summaryrefslogtreecommitdiff
path: root/pod/perl5113delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-11-22 22:17:43 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-11-22 22:17:43 +0100
commit13a4a4863da239fdf7d58ac4ffefae181a114f44 (patch)
tree7cadb521e23584065b6b1577a157371dd5da6b8d /pod/perl5113delta.pod
parent8d814567b435a4897ca1b18e99447ae8d6a072d8 (diff)
downloadperl-13a4a4863da239fdf7d58ac4ffefae181a114f44.tar.gz
Add deprecation of goto to inner scopes to perldelta
Diffstat (limited to 'pod/perl5113delta.pod')
-rw-r--r--pod/perl5113delta.pod6
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