From: Johan Vromans Date: Thu, 19 May 2011 03:42:43 +0000 (-0700) Subject: [perl #90060] Fix location of (*COMMIT) in pod/perlre.pod X-Git-Tag: accepted/trunk/20130322.191538~4192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbeadc216ed61f4fa8583ce195c1eddd4eb9384f;p=platform%2Fupstream%2Fperl.git [perl #90060] Fix location of (*COMMIT) in pod/perlre.pod pod/perlre.pod: (*COMMIT) should be grouped under "Verbs without an argument". --- 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)>