From: Rafael Garcia-Suarez Date: Tue, 10 Feb 2009 17:22:09 +0000 (+0100) Subject: Fix previous patch. Actually it's written PAREN, not PARENT. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43239f9092558d64042e15f37666b1cd1d54a7f7;p=p5sagit%2Fp5-mst-13.2.git Fix previous patch. Actually it's written PAREN, not PARENT. --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 41ed3f2..9be3bc1 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -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<%+>