summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-06 13:10:12 -0700
committerKarl Williamson <khw@cpan.org>2022-03-19 12:49:28 -0600
commit737a7c2c21f154d6bef1c3665a841788a91f8660 (patch)
tree8b0a03176b29e230c8afb1ac23a8ef6d761e0c56 /pod/perlunicode.pod
parentf3b9d183e48ac2bea3a55de469c56ca0e57884ce (diff)
downloadperl-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/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 810f8ab0ea..e21ac9af66 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1124,7 +1124,6 @@ Nor is the C<@I<unicode_property>@> form implemented.
Here's a complete example of matching IPV4 internet protocol addresses
in any (single) script
- no warnings 'experimental::regex_sets';
no warnings 'experimental::uniprop_wildcards';
# Can match a substring, so this intermediate regex needs to have