Subject: | New warning in 5.19.4 |
Possible precedence issue with control flow operator at /Users/ether/.perlbrew/libs/19.4@std/lib/perl5/Perl/Critic/Utils.pm line 334, <GEN1> line 11.
My recollection of discussions on p5p are that some additional checks were added for pathological code such as "return foo or ...", as precedence rules are that the additional code would never be reached.