Skip to content

Commit c389e68

Browse files
committed
Devel::Peek: Fix a couple of pod glitches
1 parent 2c0879e commit c389e68

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ext/Devel-Peek/Peek.pm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package Devel::Peek;
55

6-
$VERSION = '1.23';
6+
$VERSION = '1.24';
77
$XS_VERSION = $VERSION;
88
$VERSION = eval $VERSION;
99

@@ -133,7 +133,9 @@ means no limit.
133133
134134
If C<use Devel::Peek> directive has a C<:opd=FLAGS> argument,
135135
this switches on debugging of opcode dispatch. C<FLAGS> should be a
136-
combination of C<s>, C<t>, and C<P> (see B<-D> flags in L<perlrun>).
136+
combination of C<s>, C<t>, and C<P> (see
137+
L<< B<-D> flags in perlrun|perlrun/B<-D>I<letters> >>).
138+
137139
C<:opd> is a shortcut for C<:opd=st>.
138140
139141
=head2 Runtime debugging
@@ -548,7 +550,7 @@ inside a 5th eval in the program;
548550
549551
=item *
550552
551-
it is not currently executed (see C<DEPTH>);
553+
it is not currently executed (because C<DEPTH> is 0);
552554
553555
=item *
554556

t/porting/known_pod_issues.dat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ YAML::Syck
317317
YAML::Tiny
318318
dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1
319319
ext/amiga-exec/exec.pm Verbatim line length including indents exceeds 79 by 1
320-
ext/devel-peek/peek.pm ? Should you be using L<...> instead of 2
321320
ext/dynaloader/dynaloader.pm Verbatim line length including indents exceeds 79 by 1
322321
ext/hash-util/lib/hash/util.pm Verbatim line length including indents exceeds 79 by 2
323322
ext/pod-html/testdir/perlpodspec-copy.pod Verbatim line length including indents exceeds 79 by 2

0 commit comments

Comments
 (0)