Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f3b9d183e48ac2bea3a55de469c56ca0e57884ce
https://github.com/Perl/perl5/commit/f3b9d183e48ac2bea3a55de469c56ca0e57884ce
Author: Karl Williamson <[email protected]>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M regcomp.c
M t/re/reg_mesg.t
Log Message:
-----------
Stop emitting the experimental::regex_sets warning
This is in preparation for it becoming non-experimental
Commit: 737a7c2c21f154d6bef1c3665a841788a91f8660
https://github.com/Perl/perl5/commit/737a7c2c21f154d6bef1c3665a841788a91f8660
Author: Karl Williamson <[email protected]>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M lib/meta_notation.pm
M lib/perl5db.pl
M lib/warnings.pm
M pod/perldiag.pod
M pod/perlre.pod
M pod/perlrecharclass.pod
M pod/perlunicode.pod
M regen/warnings.pl
M t/lib/warnings/regcomp
M t/lib/warnings/regexec
M t/re/reg_email.t
M t/re/regex_sets.t
M t/re/regexp.t
Log Message:
-----------
Remove use of experimental regex sets warnings
These warnings are no longer generated; so simplify the core by not
trying to turn them off.
The warning is preserved so that other code need not change, but this
commit also turns the default generation of it off.
Commit: 3e08669d21d80692ffd7d541996c1ac986565377
https://github.com/Perl/perl5/commit/3e08669d21d80692ffd7d541996c1ac986565377
Author: Karl Williamson <[email protected]>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M pod/perlexperiment.pod
M pod/perlre.pod
M pod/perlrecharclass.pod
Log Message:
-----------
Mark regex sets feature as accepted
It is no longer experimental.
Compare: https://github.com/Perl/perl5/compare/09b064e1335d...3e08669d21d8