From 13a4a4863da239fdf7d58ac4ffefae181a114f44 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sun, 22 Nov 2009 22:17:43 +0100 Subject: Add deprecation of goto to inner scopes to perldelta --- pod/perl5113delta.pod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pod/perl5113delta.pod') 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 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 -- cgit v1.2.1