This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A few POD fixes
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Sep 2005 15:53:33 +0000 (15:53 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Sep 2005 15:53:33 +0000 (15:53 +0000)
p4raw-id: //depot/perl@25544

Porting/pumpkin.pod
ext/B/B/Concise.pm
ext/Data/Dumper/Dumper.pm
lib/FileCache.pm

index 01b563f..0d80fb8 100644 (file)
@@ -711,6 +711,8 @@ branches.
 
 =head2 Other tests
 
+=over 4
+
 =item gcc -ansi -pedantic
 
 Configure -Dgccansipedantic [ -Dcc=gcc ] will enable (via the cflags script,
index d24f857..1be4009 100644 (file)
@@ -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
 
index bb7916b..b7fe1d6 100644 (file)
@@ -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
index 7a2aa89..75a36dd 100644 (file)
@@ -52,6 +52,8 @@ append them to the command string as you would system EXPR.
 Returns EXPR on success for convenience. You may neglect the
 return value and manipulate EXPR as the filehandle directly if you prefer.
 
+=back
+
 =head1 CAVEATS
 
 While it is permissible to C<close> a FileCache managed file,