From 3c20a832e0afaa3d5dac4e9889c4ce2f06a128c5 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 2 Dec 2008 04:18:48 +0000 Subject: [PATCH] Add diagnostics for "No such hook: %s". p4raw-id: //depot/perl@34975 --- pod/perldiag.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index fd2844f..cdfe718 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2701,6 +2701,11 @@ package has restricted the set of allowed keys using the L pragma. (F) You provided a class qualifier in a "my", "our" or "state" declaration, but this class doesn't exist at this point in your program. +=item No such hook: %s + +(F) You specified a signal hook that was not recognized by Perl. Currently, Perl +accepts C<__DIE__> and C<__WARN__> as valid signal hooks + =item No such pipe open (P) An error peculiar to VMS. The internal routine my_pclose() tried to -- 2.7.4