summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-08 15:02:15 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 21:00:54 +0800
commit2d8fceed5417cb8fcc169f35f36ea58b7bb9cded (patch)
treed55b918b8765494d2d7c0480ebddda5d4007a2fb /pod
parent71e49ade7b75dfc7d9e1cd013ddd9558a739e722 (diff)
downloadperl-2d8fceed5417cb8fcc169f35f36ea58b7bb9cded.tar.gz
warnings.pm - add deprecated::goto_construct category
This category applies to attempts to goto the internals of a block construct.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 1734a2e7b4..4b5c6afb9a 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -7590,7 +7590,7 @@ repeatedly, the C</g> has no effect.
=item Use of "goto" to jump into a construct is deprecated
-(D deprecated) Using C<goto> to jump from an outer scope into an inner
+(D deprecated::goto_construct) Using C<goto> to jump from an outer scope into an inner
scope is deprecated and should be avoided.
This was deprecated in Perl 5.12.