perldiag: wrap an entry for better splain output
authorFather Chrysostomos <sprout@cpan.org>
Mon, 27 May 2013 06:50:25 +0000 (23:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 27 May 2013 07:50:03 +0000 (00:50 -0700)
pod/perldiag.pod

index 2edb215..0f29f3e 100644 (file)
@@ -540,11 +540,11 @@ Check your control flow and number of arguments.
 
 =item "\B{" is deprecated; use "\B\{" or "\B[{]" instead in regex; marked by <-- HERE in m/%s/
 
-(W deprecated) Use of an unescaped "{" immediately following a
-C<\b> or C<\B> is now deprecated so as to reserve its use for Perl
-itself in a future release.  You can either precede the brace with a
-backslash, or enclose it in square brackets; the latter is the way to go
-if the pattern delimiters are C<{}>.
+(W deprecated) Use of an unescaped "{" immediately following
+C<\b> or C<\B> is now deprecated so as to reserve its use for Perl
+itself in a future release.  You can either precede the brace
+with a backslash, or enclose it in square brackets; the latter
+is the way to go if the pattern delimiters are C<{}>.
 
 =item Bit vector size > 32 non-portable