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.
Here is the commit: https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=f4ac5b857cf59a58d13e103fe5b7d0d5fe2a52a7 The one in Info.pm was already fixed, but I found two others. -- Pat