From: Father Chrysostomos Date: Sat, 24 Nov 2012 08:24:25 +0000 (-0800) Subject: perldiag: Correct wording of ‘Using just the first char...’ X-Git-Tag: v5.17.7~280 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/58d67a2773e32367cd7f045a3afaebf08da91194 perldiag: Correct wording of ‘Using just the first char...’ --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 8e1e164..1a21297 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -5653,7 +5653,7 @@ C<< @foo->[23] >> or C<< @$ref->[99] >>. Versions of perl <= 5.6.1 used to allow this syntax, but shouldn't have. It is now deprecated, and will be removed in a future version. -=item Using just the first character returned by \N{} in character class +=item Using just the first character returned by \N{} in character class in regex; marked by <-- HERE in m/%s/ (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