Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: efc631789825047cdda0c4511f890b180969b3a8
https://github.com/Perl/perl5/commit/efc631789825047cdda0c4511f890b180969b3a8
Author: Karl Williamson <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Swap order of conditionals
The new order will make the next commits easier
Commit: 676b5c9be55b844be8e6ec778f4e1534053a3a54
https://github.com/Perl/perl5/commit/676b5c9be55b844be8e6ec778f4e1534053a3a54
Author: Karl Williamson <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M pod/perldelta.pod
M regcomp.c
M t/re/reg_mesg.t
Log Message:
-----------
Deprecate two constructs under qr//xx
This is part of #24209.
When a regular expression pattern is compiled with the /xx modifier,
deprecation warnings will now be raised if any bracketed character class
within it contains a '#' not immediately preceded by an odd number of
backslashes, or if literal vertical space characters are used instead of
(the more typical) \n.
Compare: https://github.com/Perl/perl5/compare/38ffea9b3c20...676b5c9be55b
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications