Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 36b6435791331adad1d6dac1ed261f27c21d8862
https://github.com/Perl/perl5/commit/36b6435791331adad1d6dac1ed261f27c21d8862
Author: James E Keenan <[email protected]>
Date: 2026-08-30 (Sun, 30 Aug 2026)
Changed paths:
M lib/B/Deparse-core.t
Log Message:
-----------
lib/B/Deparse-core.t: Suppress 'equ/new' experimental warnings
We test that we get those warnings in lib/warnings.t (source in
t/lib/warnings/toke lines 1860-1869). But they just crowd up the screen
when we run lib/B/Deparse-core.t.
Ideally, we would apply the "no warnings 'experimental::equ'" pragma in a
narrowly scoped block. That proved difficult, so this should suffice.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications