This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove use of experimental regex sets warnings
authorKarl Williamson <khw@cpan.org>
Sun, 6 Mar 2022 20:10:12 +0000 (13:10 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 19 Mar 2022 18:49:28 +0000 (12:49 -0600)
commit737a7c2c21f154d6bef1c3665a841788a91f8660
tree8b0a03176b29e230c8afb1ac23a8ef6d761e0c56
parentf3b9d183e48ac2bea3a55de469c56ca0e57884ce
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.
13 files changed:
lib/meta_notation.pm
lib/perl5db.pl
lib/warnings.pm
pod/perldiag.pod
pod/perlre.pod
pod/perlrecharclass.pod
pod/perlunicode.pod
regen/warnings.pl
t/lib/warnings/regcomp
t/lib/warnings/regexec
t/re/reg_email.t
t/re/regex_sets.t
t/re/regexp.t