diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-01 08:50:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-01 08:50:07 +0000 |
commit | 076c2fc018b685ead9bf12797aaaacb647372543 (patch) | |
tree | 1af0d635d1e2ae2309112edd3af44a320ab12d37 /ext | |
parent | f1cbbd6ecad59f8e4d9d331daa6642ebfd972ae1 (diff) | |
download | perl-076c2fc018b685ead9bf12797aaaacb647372543.tar.gz |
replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
(from Tim Jenness <t.jenness@jach.hawaii.edu>)
p4raw-id: //depot/perl@6187
Diffstat (limited to 'ext')
-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 1ef29b476f..101adcd00f 100644 --- a/ext/Devel/Peek/Peek.pm +++ b/ext/Devel/Peek/Peek.pm @@ -62,7 +62,7 @@ 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 -need to analize returns of functions). +need to analyze returns of functions). The global variable $Devel::Peek::pv_limit can be set to limit the number of character printed in various string values. Setting it to 0 |