diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-21 15:53:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-21 15:53:33 +0000 |
commit | 00baac8f3bcc04befcd869d03d8fa7c580011507 (patch) | |
tree | 50ce37f44da6c2e609d0ef1f53cd905735eaedde /ext/Data | |
parent | 7b47f8ec94208751dc80d767188dd567678219e8 (diff) | |
download | perl-00baac8f3bcc04befcd869d03d8fa7c580011507.tar.gz |
A few POD fixes
p4raw-id: //depot/perl@25544
Diffstat (limited to 'ext/Data')
-rw-r--r-- | ext/Data/Dumper/Dumper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |