Reflow perldiag/Deprecated character in \N{...}
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 07:51:35 +0000 (23:51 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 07:51:35 +0000 (23:51 -0800)
It wraps on a 80-character terminal under ‘use diagnostics’.

pod/perldiag.pod

index e9484fd..5bd5800 100644 (file)
@@ -1539,10 +1539,10 @@ that triggers this error.
 =item Deprecated character in \N{...}; marked by <-- HERE  in \N{%s<-- HERE %s
 
 (D deprecated) Just about anything is legal for the C<...> in C<\N{...}>.
-But starting in 5.12, non-reasonable ones that don't look like names are
-deprecated.  A reasonable name begins with an alphabetic character and
-continues with any combination of alphanumerics, dashes, spaces, parentheses or
-colons.
+But starting in 5.12, non-reasonable ones that don't look like names
+are deprecated.  A reasonable name begins with an alphabetic character
+and continues with any combination of alphanumerics, dashes, spaces,
+parentheses or colons.
 
 =item Deprecated use of my() in false conditional