perldiag: reflow an entry for better splain output
authorFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 05:40:04 +0000 (22:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 06:12:05 +0000 (23:12 -0700)
pod/perldiag.pod

index a6c105c..2d31a09 100644 (file)
@@ -3121,8 +3121,8 @@ local() if you want to localize a package variable.
 
 (W once) Typographical errors often show up as unique variable names.
 If you had a good reason for having a unique name, then just mention it
-again somehow to suppress the message.  The C<our> declaration is
-provided for this purpose.
+again somehow to suppress the message.  The C<our> declaration is provided
+for this purpose.
 
 NOTE: This warning detects symbols that have been used only once so $c, @c,
 %c, *c, &c, sub c{}, c(), and c (the filehandle or format) are considered