On Thu, Jan 30, 2025 at 03:14:30AM +0000, Igor Todorovski wrote: > With Perl 5.41.7, there are two issues that need to be corrected: > > Possible precedence problem between ! and string eq at > /home/itodoro/zopen/usr/local/zopen/texinfo/texinfo/share/texinfo/Texinfo/Convert/Converter.pm > line 1092. > Possible precedence problem between ! and string eq at > /home/itodoro/zopen/usr/local/zopen/texinfo/texinfo/share/texinfo/Texinfo/Convert/Info.pm > line 92. > > See https://github.com/Perl/perl5/issues/22954#issuecomment-2623408763 for > more details.
It seems indeed that the code is wrong, and it is better to use 'ne' in that case anyway. If I understand well, however, it should work ok, unless there is a file named 0, but this should never happen. Thanks for the report. I think that we will only correct the development version, and maybe the bugfix branch of the last release, so past versions users will get the warning... -- Pat