Change 29450 by [EMAIL PROTECTED] on 2006/12/04 13:49:20
Subject: [PATCH] Minor pod nit in perlre.
From: demerphq <[EMAIL PROTECTED]>
Date: Mon, 4 Dec 2006 14:47:07 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlre.pod#118 edit
Differences ...
==== //depot/perl/pod/perlre.pod#118 (text) ====
Index: perl/pod/perlre.pod
--- perl/pod/perlre.pod#117~29445~ 2006-12-04 01:21:16.000000000 -0800
+++ perl/pod/perlre.pod 2006-12-04 05:49:20.000000000 -0800
@@ -1315,8 +1315,6 @@
executed, the next startpoint will be where the cursor was when the
C<(*SKIP)> was executed.
-As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>.
-
=item C<(*MARK:NAME)> C<(*:NAME)>
X<(*MARK)> C<(*MARK:NAME)> C<(*:NAME)>
@@ -1349,6 +1347,8 @@
See C<(*SKIP)> for more details.
+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
End of Patch.