Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f7c24445e812fb0ebf1aee4d27ab5d3b18996b6f
https://github.com/Perl/perl5/commit/f7c24445e812fb0ebf1aee4d27ab5d3b18996b6f
Author: Matthew Horsfall <[email protected]>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M pp_ctl.c
M t/lib/croak/pp_ctl
Log Message:
-----------
Don't warn about jumping into a construct if we're DIE-ing
There are many cases where we throw exceptions if you attempt to goto
somewhere you have no business going. We'd *also* throw a deprecation
warning in these cases, which just seems silly. Deprecated means "this
will stop working eventually", so there's no need to throw that when
we're just going to die right now.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications