Fix previous patch. Actually it's written PAREN, not PARENT.
[p5sagit/p5-mst-13.2.git] / pod / perlvar.pod
index 41ed3f2..9be3bc1 100644 (file)
@@ -349,7 +349,7 @@ past where $2 ends, and so on.  You can use C<$#+> to determine
 how many subgroups were in the last successful match.  See the
 examples given for the C<@-> variable.
 
-=item %LAST_PARENT_MATCH
+=item %LAST_PAREN_MATCH
 
 =item %+
 X<%+>