Reflow perldiag/Can't find Unicode property
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 03:11:41 +0000 (19:11 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 06:46:33 +0000 (22:46 -0800)
so it appears slightly less unsightly under ‘use diagnostics’.

pod/perldiag.pod

index f37c51c..bfe6dfe 100644 (file)
@@ -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<perluniprops/Properties accessible through \p{} and \P{}>
-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