From 5f8ad6b664cc647e2d214756857eb7555ac613da Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 19:11:41 -0800 Subject: [PATCH] Reflow perldiag/Can't find Unicode property MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit so it appears slightly less unsightly under ‘use diagnostics’. --- pod/perldiag.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index f37c51c..bfe6dfe 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -791,14 +791,14 @@ editor will have a way to help you find these characters. =item Can't find Unicode property definition "%s" -(F) You may have tried to use C<\p> which means a Unicode property (for -example C<\p{Lu}> matches all uppercase letters). If you did mean to use a -Unicode property, see +(F) You may have tried to use C<\p> which means a Unicode +property (for example C<\p{Lu}> matches all uppercase +letters). If you did mean to use a Unicode property, see L -for a complete list of available properties. -If you didn't mean to use a Unicode property, escape the C<\p>, either -by C<\\p> (just the C<\p>) or by C<\Q\p> (the rest of the string, until -possible C<\E>). +for a complete list of available properties. If you didn't +mean to use a Unicode property, escape the C<\p>, either by C<\\p> +(just the C<\p>) or by C<\Q\p> (the rest of the string, or +until C<\E>). =item Can't fork: %s -- 2.7.4