From cbeadc216ed61f4fa8583ce195c1eddd4eb9384f Mon Sep 17 00:00:00 2001 From: Johan Vromans Date: Wed, 18 May 2011 20:42:43 -0700 Subject: [PATCH] [perl #90060] Fix location of (*COMMIT) in pod/perlre.pod pod/perlre.pod: (*COMMIT) should be grouped under "Verbs without an argument". --- pod/perlre.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pod/perlre.pod b/pod/perlre.pod index c4ec417..cc56486 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)> -- 2.7.4