summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorchromatic <chromatic@wgz.org>2007-07-13 07:38:12 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-18 16:37:11 +0000
commit241e73895f8f4dc685136e0956ef2d8b06636354 (patch)
treebbe83ce2fa7550b304b84fa05cd6c1f8c7cba685 /pod/perlre.pod
parent8d4a1e6ca30520db246b5fce3fe5bd367590922f (diff)
downloadperl-241e73895f8f4dc685136e0956ef2d8b06636354.tar.gz
Change "Perl6" to "Perl 6" in pod/*
Message-Id: <200707131438.12342.chromatic@wgz.org> p4raw-id: //depot/perl@31626
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index ef2a66e3f6..88023ef7b0 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -1475,7 +1475,7 @@ As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>.
=item C<(*THEN)> C<(*THEN:NAME)>
-This is similar to the "cut group" operator C<::> from Perl6. Like
+This is similar to the "cut group" operator C<::> from Perl 6. Like
C<(*PRUNE)>, this verb always matches, and when backtracked into on
failure, it causes the regex engine to try the next alternation in the
innermost enclosing group (capturing or otherwise).
@@ -1509,7 +1509,7 @@ backtrack and try C; but the C<(*PRUNE)> verb will simply fail.
=item C<(*COMMIT)>
X<(*COMMIT)>
-This is the Perl6 "commit pattern" C<< <commit> >> or C<:::>. It's a
+This is the Perl 6 "commit pattern" C<< <commit> >> or C<:::>. It's a
zero-width pattern similar to C<(*SKIP)>, except that when backtracked
into on failure it causes the match to fail outright. No further attempts
to find a valid match by advancing the start pointer will occur again.