Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e6a443b29425cad730ae1f038644858a600d2ebc
https://github.com/Perl/perl5/commit/e6a443b29425cad730ae1f038644858a600d2ebc
Author: Branislav ZahradnĂk <[email protected]>
Date: 2025-10-22 (Wed, 22 Oct 2025)
Changed paths:
M embed.fnc
M embed.h
M op.c
M perly.act
M perly.h
M perly.tab
M perly.y
M proto.h
Log Message:
-----------
[parser] package - deduplicate coupled call sequence
Function combines call of original `package` and `package_version` when
new namespace statement is detected.
Instead of required three statements usage now consists of single function call.
Commit: 147d5f1b9ef68bdd5e34adc3762ed566956aa047
https://github.com/Perl/perl5/commit/147d5f1b9ef68bdd5e34adc3762ed566956aa047
Author: Branislav ZahradnĂk <[email protected]>
Date: 2025-10-22 (Wed, 22 Oct 2025)
Changed paths:
M embed.fnc
M embed.h
M op.c
M perly.act
M perly.h
M perly.tab
M perly.y
M proto.h
Log Message:
-----------
[parser] new_block_statement - deduplicate "a block is a loop that happens
once"
Compare: https://github.com/Perl/perl5/compare/05aed6096048...147d5f1b9ef6
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications