summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
committerNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
commit38a44b824c7566670d69f5e214106e1866ce72fe (patch)
tree8938dc96d0dae69214f68d7f8ce3fd0b5ef95b7d /pod/perldiag.pod
parentcb23d5b19261a41b403a114d55551ddac48af175 (diff)
downloadperl-38a44b824c7566670d69f5e214106e1866ce72fe.tar.gz
s/\bunicode\b/Unicode/; # For everything not dual life
p4raw-id: //depot/perl@31455
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index e118220266..d0cedfc28a 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1881,7 +1881,7 @@ of Perl are likely to eliminate these arbitrary limitations.
=item Ignoring %s in character class in regex; marked by <-- HERE in m/%s/
-(W) Named unicode character escapes (\N{...}) may return multi-char
+(W) Named Unicode character escapes (\N{...}) may return multi-char
or zero length sequences. When such an escape is used in a character class
its behaviour is not well defined. Check that the correct escape has
been used, and the correct charname handler is in scope.