summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 14:21:19 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 14:21:19 +0000
commitc99a147504afe573a5d485f03e53fd1ac6939325 (patch)
tree9a05a2beda90f6937af67e1fc1ec7b370cbcf60a
parentb004ca68e3c4ba8c1257ab7335f723ebd2f5445c (diff)
downloadperl-c99a147504afe573a5d485f03e53fd1ac6939325.tar.gz
Once more, with feeling.
[Mmm, has someone been swapping the coffee for decaf?] [Actual cause - make sure the edited version of the file is in the correct directory] p4raw-id: //depot/perl@25989
-rw-r--r--pod/perldiag.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 5bc120b871..072af954ab 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2830,6 +2830,13 @@ page. See L<perlform>.
(P) An internal error.
+=item panic: attempt to call %s in %s
+
+(P) One of the file test operators entered a code branch that calls
+an ACL related-function, but that function is not available on this
+platform. Earlier checks mean that it should not be possible to
+enter this branch on this platform.
+
=item panic: ck_grep
(P) Failed an internal consistency check trying to compile a grep.