[perl #71948] Documentation error for (*MARK)
authorPhilip Hazel <perlbug-followup@perl.org>
Sun, 10 Jan 2010 13:47:50 +0000 (14:47 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sun, 10 Jan 2010 13:47:50 +0000 (14:47 +0100)
The NAME portion of (*MARK:NAME) is not optional.

pod/perlre.pod

index c997a9e..529c44a 100644 (file)
@@ -1471,8 +1471,7 @@ This zero-width pattern can be used to mark the point reached in a string
 when a certain part of the pattern has been successfully matched. This
 mark may be given a name. A later C<(*SKIP)> pattern will then skip
 forward to that point if backtracked into on failure. Any number of
-C<(*MARK)> patterns are allowed, and the NAME portion is optional and may
-be duplicated.
+C<(*MARK)> patterns are allowed, and the NAME portion may be duplicated.
 
 In addition to interacting with the C<(*SKIP)> pattern, C<(*MARK:NAME)>
 can be used to "label" a pattern branch, so that after matching, the