Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: fc708a46f8d9e6a4bcb9a13052ddbbb8df41dc20
https://github.com/Perl/perl5/commit/fc708a46f8d9e6a4bcb9a13052ddbbb8df41dc20
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M lib/overload.pm
Log Message:
-----------
Modernize lib/overload.pm
* `use VERSION` of v5.42
* 5.14-style `package NAME VERSION` syntax
* No need for `no warnings "experimental::builtin"` now that refaddr is
stable
Commit: 24930de6f0c50525596cb9c572665d4f6bc5d0e1
https://github.com/Perl/perl5/commit/24930de6f0c50525596cb9c572665d4f6bc5d0e1
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M embed.h
M gv.c
M pp.h
Log Message:
-----------
Define AMGf_no_GETMAGIC flag for the tryAMAGIC* function family
Commit: 2f044245e7032701e6c91c7dfc145ac6afba7c66
https://github.com/Perl/perl5/commit/2f044245e7032701e6c91c7dfc145ac6afba7c66
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M regen/opcodes
Log Message:
-----------
Revise the comment about op ordering in regen/opcodes
Commit: 3fe8cf1e1dfeb8bd208eef1857e6272bd9244d25
https://github.com/Perl/perl5/commit/3fe8cf1e1dfeb8bd208eef1857e6272bd9244d25
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M MANIFEST
M embed.h
M ext/Opcode/Opcode.pm
M gv.c
M keywords.c
M keywords.h
M lib/B/Deparse-core.t
M lib/B/Deparse.pm
M lib/B/Op_private.pm
M lib/overload.pm
M lib/warnings.pm
M opcode.h
M opnames.h
M pod/perldiag.pod
M pod/perlop.pod
M pp.c
M pp_hot.c
M pp_proto.h
M regen/keywords.pl
M regen/opcodes
M regen/warnings.pl
M t/lib/warnings/toke
M t/op/coreamp.t
M t/op/coresubs.t
A t/op/equ.t
M t/op/tie_fetch_count.t
M toke.c
M warnings.h
Log Message:
-----------
Create undef-aware equality test operators
As per PPC0030.
Intentionally ignores the comment at the top of `regen/opcodes` to add
new ops at the end, because the ops need to be grouped together with the
other ones.
Commit: 19fcf8a045041bcfa69b89310cadcd02c3b804e1
https://github.com/Perl/perl5/commit/19fcf8a045041bcfa69b89310cadcd02c3b804e1
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
perldelta for PPC0030 undef-aware equality operators
Compare: https://github.com/Perl/perl5/compare/d00b672fb5dc...19fcf8a04504
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications