summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perlre.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index c4ec417a1d..cc5648676b 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -1775,6 +1775,12 @@ is not the same as
as after matching the A but failing on the B the C<(*THEN)> verb will
backtrack and try C; but the C<(*PRUNE)> verb will simply fail.
+=back
+
+=item Verbs without an argument
+
+=over 4
+
=item C<(*COMMIT)>
X<(*COMMIT)>
@@ -1796,12 +1802,6 @@ In other words, once the C<(*COMMIT)> has been entered, and if the pattern
does not match, the regex engine will not try any further matching on the
rest of the string.
-=back
-
-=item Verbs without an argument
-
-=over 4
-
=item C<(*FAIL)> C<(*F)>
X<(*FAIL)> X<(*F)>