diff options
author | Karl Williamson <khw@cpan.org> | 2022-03-06 13:10:12 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-03-19 12:49:28 -0600 |
commit | 737a7c2c21f154d6bef1c3665a841788a91f8660 (patch) | |
tree | 8b0a03176b29e230c8afb1ac23a8ef6d761e0c56 /pod/perlre.pod | |
parent | f3b9d183e48ac2bea3a55de469c56ca0e57884ce (diff) | |
download | perl-737a7c2c21f154d6bef1c3665a841788a91f8660.tar.gz |
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.
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 29eafd4ef0..5661d3dc69 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -2403,8 +2403,7 @@ does not. See L<perlrecharclass/Extended Bracketed Character Classes>. -Note that this feature is currently L<experimental|perlpolicy/experimental>; -using it yields a warning in the C<experimental::regex_sets> category. +Note that this feature is currently L<experimental|perlpolicy/experimental>. =back |