Grinnz / Perl-Critic-Community

Perl::Critic::Community - Community-inspired Perl::Critic policies
https://metacpan.org/pod/Perl::Critic::Community
Other
8 stars 10 forks source link

more cases to handle in WhileDiamondDefaultAssignment #14

Closed Grinnz closed 9 years ago

Grinnz commented 9 years ago

"The default place to put the next value or input record when a <FH> , readline, readdir or each operation's result is tested by itself as the sole criterion of a while test. Outside a while test, this will not happen." - referring to $_

https://metacpan.org/pod/distribution/perl/pod/perlvar.pod#pod-_