[perl #90060] Fix location of (*COMMIT) in pod/perlre.pod
authorJohan Vromans <jvromans@squirrel.nl>
Thu, 19 May 2011 03:42:43 +0000 (20:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 19 May 2011 04:35:43 +0000 (21:35 -0700)
pod/perlre.pod: (*COMMIT) should be grouped under "Verbs without an
argument".

pod/perlre.pod

index c4ec417..cc56486 100644 (file)
@@ -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)>