summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-24 00:20:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-24 07:35:51 -0800
commit687531b57f8d0312f4d2044c692a7c9514472f85 (patch)
treeabface28154d9d28e6bf3795b5336cf4d9e035d5 /pod/perldiag.pod
parentc732bbdcdefee234a43597f835893a13be397daf (diff)
downloadperl-687531b57f8d0312f4d2044c692a7c9514472f85.tar.gz
perldiag: Add cat to ‘Using just the first char...’
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index dd1911d8f9..8e1e164589 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -5655,9 +5655,9 @@ and will be removed in a future version.
=item Using just the first character returned by \N{} in character class
-(W) A charnames handler may return a sequence of more than one character.
-Currently all but the first one are discarded when used in a regular
-expression pattern bracketed character class.
+(W regexp) A charnames handler may return a sequence of more than one
+character. Currently all but the first one are discarded when used in
+a regular expression pattern bracketed character class.
=item Using !~ with %s doesn't make sense