From 532cb70d32c55a408417bbd71826eaa5d30b09e7 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 18:46:53 -0800 Subject: [PATCH] =?utf8?q?perldiag:=20reflow=20=E2=80=98Missing=20braces?= =?utf8?q?=20on=20\N{}=E2=80=99=20for=2080=20cols.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldiag.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e0db2be..54120b3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2598,10 +2598,10 @@ immediately after the switch, without intervening spaces. =item Missing braces on \N{} (F) Wrong syntax of character name literal C<\N{charname}> within -double-quotish context. This can also happen when there is a space (or -comment) between the C<\N> and the C<{> in a regex with the C modifier. -This modifier does not change the requirement that the brace immediately follow -the C<\N>. +double-quotish context. This can also happen when there is a space +(or comment) between the C<\N> and the C<{> in a regex with the C modifier. +This modifier does not change the requirement that the brace immediately +follow the C<\N>. =item Missing braces on \o{} -- 1.8.3.1