Change 34975 by [EMAIL PROTECTED] on 2008/12/02 04:18:48

        Add diagnostics for "No such hook: %s".

Affected files ...

... //depot/perl/pod/perldiag.pod#503 edit

Differences ...

==== //depot/perl/pod/perldiag.pod#503 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#502~34905~    2008-11-24 19:51:41.000000000 -0800
+++ perl/pod/perldiag.pod       2008-12-01 20:18:48.000000000 -0800
@@ -2701,6 +2701,11 @@
 (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
End of Patch.

Reply via email to