This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28aaeb3
)
Devel::Peek: document that uses STDERR
author
Karl Williamson
<khw@cpan.org>
Sun, 25 Oct 2015 02:04:17 +0000
(20:04 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 9 Nov 2015 17:53:32 +0000
(10:53 -0700)
ext/Devel-Peek/Peek.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Devel-Peek/Peek.pm
b/ext/Devel-Peek/Peek.pm
index
bbea3cd
..
c0483ca
100644
(file)
--- a/
ext/Devel-Peek/Peek.pm
+++ b/
ext/Devel-Peek/Peek.pm
@@
-3,7
+3,7
@@
package Devel::Peek;
-$VERSION = '1.2
2
';
+$VERSION = '1.2
3
';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@
-115,6
+115,8
@@
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.
+All output is to STDERR.
+
The C<Dump()> function takes one or two arguments: something to dump, and
an optional limit for recursion and array elements (default is 4). The
first argument is evaluted in rvalue scalar context, with exceptions for