From 74f8e9e3a465bd5137bfcbe172c58aa032364b12 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 22:06:49 -0800 Subject: [PATCH] =?utf8?q?perldiag:=20reflow=20=E2=80=98Invalid=20hexadeci?= =?utf8?q?mal=20number=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 1aedbe8..808c19c 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2253,8 +2253,8 @@ escape was discovered. =item Invalid hexadecimal number in \N{U+...} (F) The character constant represented by C<...> is not a valid hexadecimal -number. Either it is empty, or you tried to use a character other than 0 - 9 -or A - F, a - f in a hexadecimal number. +number. Either it is empty, or you tried to use a character other than +0 - 9 or A - F, a - f in a hexadecimal number. =item Invalid mro name: '%s' -- 2.7.4