diff options
author | Johan Vromans <jvromans@squirrel.nl> | 2011-05-18 20:42:43 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-18 21:35:43 -0700 |
commit | cbeadc216ed61f4fa8583ce195c1eddd4eb9384f (patch) | |
tree | af621f2c176c3a0b2af3dedd3200544ac4f47dd3 /pod | |
parent | ce6c0f31778913bcbf7ccd245ab390dddd8a1361 (diff) | |
download | perl-cbeadc216ed61f4fa8583ce195c1eddd4eb9384f.tar.gz |
[perl #90060] Fix location of (*COMMIT) in pod/perlre.pod
pod/perlre.pod: (*COMMIT) should be grouped under "Verbs without an
argument".
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlre.pod | 12 |
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)> |