summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-02 13:14:19 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-02 13:14:19 +0000
commitcd299c6e57209410a1331dd3e21dad7fec4cce55 (patch)
tree1ef9ecbf13c956c6d3bd27cad8b25dc0528396b7 /pod/perldiag.pod
parent9850bf21fc4ed69d8ddb0293df59411f891c62df (diff)
downloadperl-cd299c6e57209410a1331dd3e21dad7fec4cce55.tar.gz
Regen headers
p4raw-id: //depot/perl@25954
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 930a6cbdcc..5bc120b871 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -762,6 +762,7 @@ you tried to jump out of a sort() block or subroutine, which is a no-no.
See L<perlfunc/goto>.
=item Can't goto subroutine from a sort sub (or similar callback)
+
(F) The "goto subroutine" call can't be used to jump out of the
comparison sub for a sort(), or from a similar callback (such
as the reduce() function in List::Util).