summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Devel
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Devel')
-rw-r--r--Master/tlpkg/tlperl/lib/Devel/PPPort.pm2
-rw-r--r--Master/tlpkg/tlperl/lib/Devel/Peek.pm4
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Devel/PPPort.pm b/Master/tlpkg/tlperl/lib/Devel/PPPort.pm
index dc2e1fe97bd..47d69fd906d 100644
--- a/Master/tlpkg/tlperl/lib/Devel/PPPort.pm
+++ b/Master/tlpkg/tlperl/lib/Devel/PPPort.pm
@@ -1621,7 +1621,7 @@ package Devel::PPPort;
use strict;
use vars qw($VERSION $data);
-$VERSION = '3.31';
+$VERSION = '3.32';
sub _init_data
{
diff --git a/Master/tlpkg/tlperl/lib/Devel/Peek.pm b/Master/tlpkg/tlperl/lib/Devel/Peek.pm
index bbea3cd4be6..c0483ca1449 100644
--- a/Master/tlpkg/tlperl/lib/Devel/Peek.pm
+++ b/Master/tlpkg/tlperl/lib/Devel/Peek.pm
@@ -3,7 +3,7 @@
package Devel::Peek;
-$VERSION = '1.22';
+$VERSION = '1.23';
$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