This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #82710] Fix incorrect pod link markup.
authorMichael Stevens <mstevens@etla.org>
Mon, 24 Jan 2011 17:51:30 +0000 (09:51 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 24 Jan 2011 17:58:43 +0000 (09:58 -0800)
(found using code from Karl Williamson <public@khwilliamson.com>)

pod/perlre.pod

index 1d70b88..b8ef903 100644 (file)
@@ -899,7 +899,7 @@ X<< (?<NAME>) >> X<(?'NAME')> X<named capture> X<capture>
 
 A named capture group. Identical in every respect to normal capturing
 parentheses C<()> but for the additional fact that C<%+> or C<%-> may be
-used after a successful match to refer to a named group. See C<perlvar>
+used after a successful match to refer to a named group. See L<perlvar>
 for more details on the C<%+> and C<%-> hashes.
 
 If multiple distinct capture groups have the same name then the