Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d79d16960362c0639aa2ab6586aa35176975d9af
https://github.com/Perl/perl5/commit/d79d16960362c0639aa2ab6586aa35176975d9af
Author: James E Keenan <[email protected]>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M pp_ctl.c
Log Message:
-----------
pp_ctl.c: Comment on 2 exceptions in pp_goto()
Per discussion in GH #23969, neither of these two exceptions can be
reached from our test suite. The exceptions address the possibility of a
subroutine without a name, which is unlikely except possibly from XS
code.
The exceptions immediately preceding each of the two upon which we are
commenting have messages composed to include a subroutine's name. These
exceptions can be reached from our test suite and are covered as of the
time of this commit.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications