Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 225c128decf3b964cacbdb0ec794541420101494 https://github.com/Perl/perl5/commit/225c128decf3b964cacbdb0ec794541420101494 Author: TAKAI Kousuke <62541129+t-...@users.noreply.github.com> Date: 2025-02-09 (Sun, 09 Feb 2025)
Changed paths: M op.c M pod/perldelta.pod M t/lib/warnings/op Log Message: ----------- op.c: Enable "Useless use of %s in void context" warning for chained comparisons This particular warning is not issued for chained comparisons such as `1 < $a < 2` in void context before this change. t/lib/warnings/op: Add tests for this warning. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications