diff options
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 14 |
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 |