This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: reflow ‘Missing braces on \N{}’ for 80 cols.
authorFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 02:46:53 +0000 (18:46 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 05:39:30 +0000 (21:39 -0800)
pod/perldiag.pod

index e0db2be..54120b3 100644 (file)
@@ -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</x> 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</x> modifier.
+This modifier does not change the requirement that the brace immediately
+follow the C<\N>.
 
 =item Missing braces on \o{}