Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9f30045db224205609b4be2b72fdff9b7807c0b4
https://github.com/Perl/perl5/commit/9f30045db224205609b4be2b72fdff9b7807c0b4
Author: James E Keenan <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M autodoc.pl
Log Message:
-----------
autodoc.pl: die instead of warn
As mentioned by Karl Williamson in
https://github.com/Perl/perl5/issues/24276#issuecomment-4061109464, it's
easy to miss perl-level warnings emitted by autodoc.pl. If we were to
change all instances of `warn` to `die`, we'd be better alerted to
changes in core that run afoul of such messages.
Note that we would have to fix the problem discussed in GH #24276 before
merging this branch.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications