summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-05-24 22:14:59 -0600
committerKarl Williamson <khw@cpan.org>2016-05-25 20:20:54 -0600
commitc389e68f6ee2168540f4380398361c24e9b985aa (patch)
treeff5511bbf7cc84ff0484c2cc310676ce702bfe13 /ext/Devel-Peek
parent2c0879e73edf569030da235e2a6aa0d8fe1fa1a9 (diff)
downloadperl-c389e68f6ee2168540f4380398361c24e9b985aa.tar.gz
Devel::Peek: Fix a couple of pod glitches
Diffstat (limited to 'ext/Devel-Peek')
-rw-r--r--ext/Devel-Peek/Peek.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/Devel-Peek/Peek.pm b/ext/Devel-Peek/Peek.pm
index c0483ca144..2c57cba259 100644
--- a/ext/Devel-Peek/Peek.pm
+++ b/ext/Devel-Peek/Peek.pm
@@ -3,7 +3,7 @@
package Devel::Peek;
-$VERSION = '1.23';
+$VERSION = '1.24';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -133,7 +133,9 @@ means no limit.
If C<use Devel::Peek> directive has a C<:opd=FLAGS> argument,
this switches on debugging of opcode dispatch. C<FLAGS> should be a
-combination of C<s>, C<t>, and C<P> (see B<-D> flags in L<perlrun>).
+combination of C<s>, C<t>, and C<P> (see
+L<< B<-D> flags in perlrun|perlrun/B<-D>I<letters> >>).
+
C<:opd> is a shortcut for C<:opd=st>.
=head2 Runtime debugging
@@ -548,7 +550,7 @@ inside a 5th eval in the program;
=item *
-it is not currently executed (see C<DEPTH>);
+it is not currently executed (because C<DEPTH> is 0);
=item *