summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-23 10:36:02 -0600
committerRicardo Signes <rjbs@semiotic.systems>2022-05-24 21:34:38 -0400
commit54700c0d575024f07079e3baa1cbd5ee8446a5ea (patch)
tree63c403afa70f6ce2c5cad8bc9781ea6534f8ca79
parent227991e47a6eb100be27a16c33f3a60015b03f96 (diff)
downloadperl-54700c0d575024f07079e3baa1cbd5ee8446a5ea.tar.gz
perldelta: Regex sets are no longer experimental
-rw-r--r--pod/perldelta.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c26754d236..5d25ae1935 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -60,6 +60,15 @@ For more information, see L<perlrun/-g>.
See L<https://www.unicode.org/versions/Unicode14.0.0/> for details.
+=head2 regex sets are no longer considered experimental
+
+Prior to this release, the regex sets feature (officially named
+"Extended Bracketed Character Classes") was considered experimental.
+Introduced in Perl version 5.18.0, and modified several times since,
+this is now considered a stable language feature and its use no longer
+prints a warning. See L<perlrecharclass/Extended Bracketed Character
+Classes>.
+
=head2 Variable length lookbehind is mostly no longer considered experimental
Prior to this release any form of variable length lookbehind was