This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8149aa9
)
perldiag: reflow ‘Invalid hexadecimal number’
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 14 Feb 2011 06:06:49 +0000
(22:06 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 14 Feb 2011 06:06:49 +0000
(22:06 -0800)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
1aedbe8
..
808c19c
100644
(file)
--- 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'