From 58d67a2773e32367cd7f045a3afaebf08da91194 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 24 Nov 2012 00:24:25 -0800 Subject: [PATCH] =?utf8?q?perldiag:=20Correct=20wording=20of=20=E2=80=98Us?= =?utf8?q?ing=20just=20the=20first=20char...=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4