diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 13:17:14 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 13:20:56 -0500 |
commit | 68869d664b978b063c9181d024edb34a63306c33 (patch) | |
tree | 07c8b433f3789c362f47e083aca358f177093c39 /IkiWiki/Wrapper.pm | |
parent | 526d9dbe1029225c7a86d44a86fc1941f4f1922a (diff) |
remove useless uses of scalar
if (scalar @array) is written idiomatically in perl as
if (@array).
Diffstat (limited to 'IkiWiki/Wrapper.pm')
0 files changed, 0 insertions, 0 deletions