From 0417746573d0b2e65f4302aa792f663c0fac0f61 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 26 Dec 2011 22:31:04 -0800 Subject: [PATCH] Document the unknown error in perldiag --- pod/perldiag.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e5066fe..6593cc0 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4825,6 +4825,11 @@ off this warning by C. (F) There are no byte-swapping functions for a machine with this byte order. +=item Unknown error + +(P) Perl was about to print an error message in C<$@>, but the C<$@> variable +did not exist, even after an attempt to create it. + =item Unknown open() mode '%s' (F) The second argument of 3-argument open() is not among the list -- 2.7.4