summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-06-20 21:43:30 -0400
committerRicardo Signes <rjbs@cpan.org>2013-06-23 21:45:40 -0400
commitb387afbc3c259edc87af6325c879b0cd938e3a31 (patch)
tree6973ffe00c32f800671d54c726a461a70b95ddb0 /pod/perlexperiment.pod
parent8c1a7e3503b5ab7597ff8f07641ff0768e4e93a9 (diff)
downloadperl-b387afbc3c259edc87af6325c879b0cd938e3a31.tar.gz
perlexperiment: mark regexp backtracking verbs as accepted
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod14
1 files changed, 8 insertions, 6 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 6cd48ccbe7..664820afb7 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -56,12 +56,6 @@ Introduced in Perl 5.10.0
Using this feature triggers warnings in the category
C<experimental::lexical_topic>.
-=item Backtracking control verbs
-
-C<(*ACCEPT)>
-
-Introduced in: Perl 5.10
-
=item Pluggable keywords
See L<perlapi/PL_keyword_plugin> for the mechanism.
@@ -275,6 +269,14 @@ Introduced in Perl 5.12
Exact version of acceptance unclear, but no later than Perl 5.18.
+=item Backtracking control verbs
+
+C<(*ACCEPT)>
+
+Introduced in: Perl 5.10
+
+Accepted in Perl 5.20.0
+
=back
=head2 Removed features