Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f4e053ca9a7974b4ffaeda5023a87cf41d913229
https://github.com/Perl/perl5/commit/f4e053ca9a7974b4ffaeda5023a87cf41d913229
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M ext/B/B.xs
Log Message:
-----------
Some minor whitespace fixes in ext/B/B.xs
Commit: 09c977ddca19a427aa03b2989da6b42d15a371f4
https://github.com/Perl/perl5/commit/09c977ddca19a427aa03b2989da6b42d15a371f4
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M MANIFEST
M ext/B/B.pm
M ext/B/B.xs
A ext/B/t/optree_signatures.t
Log Message:
-----------
Provide `B::UNOP_AUX::string` support for `OP_MULTIPARAM`
`OP_MULTIPARAM` now handles all of the processing for subroutine
signatures. It is useful to show a summary of its contents in the output
of `B::Deparse`.
The output is now, for example:
2 <+> multiparam(2 $x,$y) ->3
to indicate two mandatory parameters being stored into `$x` and `$y`,
where before it would have been simply
2 <+> multiparam() ->3
Fixes https://github.com/Perl/perl5/issues/24064
Compare: https://github.com/Perl/perl5/compare/52a45f6eeaff...09c977ddca19
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications