summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-06 13:42:48 -0700
committerKarl Williamson <khw@cpan.org>2022-03-19 12:49:28 -0600
commit3e08669d21d80692ffd7d541996c1ac986565377 (patch)
tree45a78b5c21346e06763df3f2af796d67a9b948d9 /pod/perlrecharclass.pod
parent737a7c2c21f154d6bef1c3665a841788a91f8660 (diff)
downloadperl-3e08669d21d80692ffd7d541996c1ac986565377.tar.gz
Mark regex sets feature as accepted
It is no longer experimental.
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r--pod/perlrecharclass.pod6
1 files changed, 2 insertions, 4 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index 12be24eed3..85158cd24f 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -1036,10 +1036,8 @@ such as intersection. An example is
This will match all the digit characters that are in the Thai script.
-This is an experimental feature available starting in 5.18.
-
-Comments on this feature are welcome; send email to
-C<perl5-porters@perl.org>.
+This feature became available in Perl 5.18, as experimental; accepted in
+5.36.
The rules used by L<C<use re 'strict>|re/'strict' mode> apply to this
construct.