diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-28 08:31:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-28 08:31:20 +0000 |
commit | b9449ee00d2461c5a220b8b0cd7ee22c0d775f7c (patch) | |
tree | 2b79914b6a33b8a2ae55536a7fc9e17d51e6e0af /ext/Devel/Peek | |
parent | 0a931e4af3dba6f23d436823d4526d6b7bdc2249 (diff) | |
download | perl-b9449ee00d2461c5a220b8b0cd7ee22c0d775f7c.tar.gz |
random pod typos (from Peter Scott <Peter@PSDT.com>)
p4raw-id: //depot/perl@6136
Diffstat (limited to 'ext/Devel/Peek')
-rw-r--r-- | ext/Devel/Peek/Peek.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/Peek/Peek.pm b/ext/Devel/Peek/Peek.pm index 080251bb5e..1ef29b476f 100644 --- a/ext/Devel/Peek/Peek.pm +++ b/ext/Devel/Peek/Peek.pm @@ -58,7 +58,7 @@ C<CV>. Devel::Peek also supplies C<SvREFCNT()>, C<SvREFCNT_inc()>, and C<SvREFCNT_dec()> which can query, increment, and decrement reference counts on SVs. This document will take a passive, and safe, approach to data debugging and for that it will describe only the C<Dump()> -function. For format of output of mstats() see +function. For more information on the format of output of mstat() see L<perldebug/Using C<$ENV{PERL_DEBUG_MSTATS}>>. Function C<DumpArray()> allows dumping of multiple values (useful when you |