summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-21 15:53:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-21 15:53:33 +0000
commit00baac8f3bcc04befcd869d03d8fa7c580011507 (patch)
tree50ce37f44da6c2e609d0ef1f53cd905735eaedde /ext
parent7b47f8ec94208751dc80d767188dd567678219e8 (diff)
downloadperl-00baac8f3bcc04befcd869d03d8fa7c580011507.tar.gz
A few POD fixes
p4raw-id: //depot/perl@25544
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B/Concise.pm4
-rw-r--r--ext/Data/Dumper/Dumper.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index d24f85706d..1be400971e 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -1247,7 +1247,7 @@ Private flags, if any are set for an opcode, are displayed after a '/'
They're opcode specific, and occur less often than the public ones, so
they're represented by short mnemonics instead of single-chars; see
-L<op.h> for gory details, or try this quick 2-liner:
+F<op.h> for gory details, or try this quick 2-liner:
$> perl -MB::Concise -de 1
DB<1> |x \%B::Concise::priv
@@ -1343,7 +1343,7 @@ rendering of each opcode.
Only some of these are used by the standard styles, the others are
provided for you to delve into optree mechanics, should you wish to
add a new style (see L</add_style> below) that uses them. You can
-also add new ones using L<add_callback>.
+also add new ones using L</add_callback>.
=over 4
diff --git a/ext/Data/Dumper/Dumper.pm b/ext/Data/Dumper/Dumper.pm
index bb7916b97b..b7fe1d61e7 100644
--- a/ext/Data/Dumper/Dumper.pm
+++ b/ext/Data/Dumper/Dumper.pm
@@ -1222,7 +1222,7 @@ Someday, perl will have a switch to cache-on-demand the string
representation of a compiled piece of code, I hope. If you have prior
knowledge of all the code refs that your data structures are likely
to have, you can use the C<Seen> method to pre-seed the internal reference
-table and make the dumped output point to them, instead. See L<EXAMPLES>
+table and make the dumped output point to them, instead. See L</EXAMPLES>
above.
The C<Useqq> and C<Deparse> flags makes Dump() run slower, since the