projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8d81456
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5113delta.pod
b/pod/perl5113delta.pod
index
6326570
..
ea2c0fb
100644
(file)
--- 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