summaryrefslogtreecommitdiff
path: root/pod/perl595delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perl595delta.pod')
-rw-r--r--pod/perl595delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod
index d072de028e..af76cf68ee 100644
--- a/pod/perl595delta.pod
+++ b/pod/perl595delta.pod
@@ -112,8 +112,8 @@ quantifiers. (Yves Orton)
=item Backtracking control verbs
The regex engine now supports a number of special purpose backtrack
-control verbs: (*COMMIT), (*MARK), (*CUT), (*ERROR), (*FAIL) and
-(*ACCEPT). See L<perlre> for their descriptions. (Yves Orton)
+control verbs: (*THEN), (*PRUNE), (*MARK), (*SKIP), (*COMMIT), (*FAIL)
+and (*ACCEPT). See L<perlre> for their descriptions.
=back