Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e861a6e95c0d5d7f02aa5fdc6e9de95a7ff5378e
https://github.com/Perl/perl5/commit/e861a6e95c0d5d7f02aa5fdc6e9de95a7ff5378e
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
M pod/perldiag.pod
M pp.c
M t/lib/croak/signatures
Log Message:
-----------
Collect names of multiple erroring parameters
Rather than stop immediately at the first failure, we can be a bit more
helpful by collecting up potentially multiple names at once.
We limit the list to 5 elements, just to limit the potential output in
the case of accidentally passing a list of hundreds or thousands of
elements into such a function.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications