summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-10-27 08:23:01 -0600
committerKarl Williamson <khw@cpan.org>2019-10-31 18:49:15 -0600
commitb98b45946c976c326f3bfd53f1e3519ed9ca2be4 (patch)
tree31e50ff380e5d695de5953e67a65435e181542cc /pod/perlexperiment.pod
parent49e19b770ea6cfa141e896d9b45613db3dd05324 (diff)
downloadperl-b98b45946c976c326f3bfd53f1e3519ed9ca2be4.tar.gz
Accept experimental alpha_assertions feature
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod15
1 files changed, 6 insertions, 9 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 0df601d558..773b8b1362 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -125,15 +125,6 @@ C<experimental::script_run>.
See also: L<perlre/Script Runs>
-=item Alphabetic assertions
-
-Introduced in Perl 5.28.0
-
-Using this feature triggers warnings in the category
-C<experimental::alpha_assertions>.
-
-See also: L<perlre/Extended Patterns>.
-
=item (Limited) Variable-length look-behind
Introduced in Perl 5.30.0. Variability of up to 255 characters is
@@ -267,6 +258,12 @@ Introduced in Perl 5.22.0
Accepted in Perl 5.28.0
+=item Alphabetic assertions
+
+Introduced in Perl 5.28.0
+
+Accepted in Perl 5.32.0
+
=back
=head2 Removed features