When I use the latest available perltidy (20020425-r1) ebuild, I get this warning : Possible precedence problem on bitwise & operator at /usr/lib/perl5/vendor_perl/5.8.0/Perl/Tidy.pm line 1677. Using the new perltidy (20031021) from sourceforge doesn't exhibit the problem. Reproducible: Always Steps to Reproduce: 1. emerge perltidy 2. use it against any perl script 3. watch the STDERR output (1st line) Actual Results: the script works as expected, but a warning is issued Expected Results: works as expected, without warning I haven't tested the full features of the newest perltidy, but the product changelog at http://perltidy.sourceforge.net/ChangeLog.html shows a whole list of fixed bugs and new functions. It make therefore sense to update the ebuild.
solved by updating