From: Rafael Garcia-Suarez Date: Wed, 21 Sep 2005 15:53:33 +0000 (+0000) Subject: A few POD fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00baac8f3bcc04befcd869d03d8fa7c580011507;hp=7b47f8ec94208751dc80d767188dd567678219e8;p=p5sagit%2Fp5-mst-13.2.git A few POD fixes p4raw-id: //depot/perl@25544 --- diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 01b563f..0d80fb8 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -711,6 +711,8 @@ branches. =head2 Other tests +=over 4 + =item gcc -ansi -pedantic Configure -Dgccansipedantic [ -Dcc=gcc ] will enable (via the cflags script, diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index d24f857..1be4009 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 for gory details, or try this quick 2-liner: +F 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 below) that uses them. You can -also add new ones using L. +also add new ones using L. =over 4 diff --git a/ext/Data/Dumper/Dumper.pm b/ext/Data/Dumper/Dumper.pm index bb7916b..b7fe1d6 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 method to pre-seed the internal reference -table and make the dumped output point to them, instead. See L +table and make the dumped output point to them, instead. See L above. The C and C flags makes Dump() run slower, since the diff --git a/lib/FileCache.pm b/lib/FileCache.pm index 7a2aa89..75a36dd 100644 --- a/lib/FileCache.pm +++ b/lib/FileCache.pm @@ -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 a FileCache managed file,