This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b2010d
)
[perl #82712] Pod link fixes to use correct markup.
author
Michael Stevens
<mstevens@etla.org>
Mon, 24 Jan 2011 17:51:57 +0000
(09:51 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 24 Jan 2011 17:58:43 +0000
(09:58 -0800)
(found using code from Karl Williamson <public@khwilliamson.com>)
ext/B/B/Showlex.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Showlex.pm
b/ext/B/B/Showlex.pm
index
3b261a3
..
bbf90ff
100644
(file)
--- a/
ext/B/B/Showlex.pm
+++ b/
ext/B/B/Showlex.pm
@@
-188,8
+188,8
@@
your declared lexicals.
=head1 SEE ALSO
-
C
<B::Showlex> can also be used outside of the O framework, as in the third
-example. See
C
<B::Concise> for a fuller explanation of reasons.
+
L
<B::Showlex> can also be used outside of the O framework, as in the third
+example. See
L
<B::Concise> for a fuller explanation of reasons.
=head1 TODO