perl-Text-LTSV
perl-Text-LTSV copied to clipboard
Fix "Possible precedence issue with control flow operator" warning on perl-5.20.
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.