projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e508c8a
)
perldiag: Rewrap ‘length() used on %s’
author
Father Chrysostomos <sprout@cpan.org>
Thu, 17 Nov 2011 20:43:15 +0000 (12:43 -0800)
committer
Father 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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
50a5c00
..
2d97af6
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-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: