perl-Text-LTSV icon indicating copy to clipboard operation
perl-Text-LTSV copied to clipboard

Fix "Possible precedence issue with control flow operator" warning on perl-5.20.

Open kuriyama opened this issue 9 years ago • 0 comments

When I use this module with perl-5.20, I got following warning:

Possible precedence issue with control flow operator at /usr/local/lib/perl5/site_perl/5.20/Text/LTSV.pm line 127.

To fix this, split "return" and low-precedence "or" operator.

kuriyama avatar Sep 10 '15 05:09 kuriyama