File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
package Devel::Peek ;
5
5
6
- $VERSION = ' 1.23 ' ;
6
+ $VERSION = ' 1.24 ' ;
7
7
$XS_VERSION = $VERSION ;
8
8
$VERSION = eval $VERSION ;
9
9
@@ -133,7 +133,9 @@ means no limit.
133
133
134
134
If C<use Devel::Peek> directive has a C<:opd=FLAGS> argument,
135
135
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
+
137
139
C<:opd> is a shortcut for C<:opd=st>.
138
140
139
141
=head2 Runtime debugging
@@ -548,7 +550,7 @@ inside a 5th eval in the program;
548
550
549
551
=item *
550
552
551
- it is not currently executed (see C<DEPTH>);
553
+ it is not currently executed (because C<DEPTH> is 0 );
552
554
553
555
=item *
554
556
Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ YAML::Syck
317
317
YAML::Tiny
318
318
dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1
319
319
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
321
320
ext/dynaloader/dynaloader.pm Verbatim line length including indents exceeds 79 by 1
322
321
ext/hash-util/lib/hash/util.pm Verbatim line length including indents exceeds 79 by 2
323
322
ext/pod-html/testdir/perlpodspec-copy.pod Verbatim line length including indents exceeds 79 by 2
You can’t perform that action at this time.
0 commit comments