perldiag: Rewrap ‘length() used on %s’
authorFather Chrysostomos <sprout@cpan.org>
Thu, 17 Nov 2011 20:43:15 +0000 (12:43 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 01:46:21 +0000 (17:46 -0800)
splain output looks better in an 80-column terminal this way.

pod/perldiag.pod

index 50a5c00..2d97af6 100644 (file)
@@ -2465,8 +2465,8 @@ an undefined value for the length. See L<perlfunc/pack>.
 
 =item length() used on %s
 
-(W syntax) You used length() on either an array or a hash when you probably 
-wanted a count of the items.
+(W syntax) You used length() on either an array or a hash when you
+probably wanted a count of the items.
 
 Array size can be obtained by doing: