Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9e492c255d5e10e2ebabb7942ec1b875833a2ccd https://github.com/Perl/perl5/commit/9e492c255d5e10e2ebabb7942ec1b875833a2ccd Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths: M op.c M perly.act M perly.h M perly.tab M perly.y Log Message: ----------- perly.y, op.c: PL_in_my is an enum (kind of), not a bool Commit: 88ff8dafb1a058b102a04b818da4e21ee8069498 https://github.com/Perl/perl5/commit/88ff8dafb1a058b102a04b818da4e21ee8069498 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-07-29 (Tue, 29 Jul 2025) Changed paths: M pod/perldiag.pod M t/lib/croak/toke M toke.c Log Message: ----------- toke.c: explicitly diagnose 'catch (my $e)' Previously, this would produce Can't redeclare "my" in "our" at -e line 1, near "(my" Fixes #23222. Commit: d1bb39457a8845dd5b2df2c9dfd9b9c12d5c260f https://github.com/Perl/perl5/commit/d1bb39457a8845dd5b2df2c9dfd9b9c12d5c260f Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-07-29 (Tue, 29 Jul 2025) Changed paths: M pod/perldelta.pod Log Message: ----------- perldelta for 'catch (my $e)' diagnostic Compare: https://github.com/Perl/perl5/compare/2b8cbf5b9e4d...d1bb39457a88 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications