summaryrefslogtreecommitdiff
path: root/pod/perlhacktips.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-09-23 17:20:32 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-09-25 08:31:45 -0400
commit903b1101f7c2c55545e6cfd3eb5dfd564e1befd2 (patch)
tree5b08c63b58fd6b80777676a819d9d6be651ad69d /pod/perlhacktips.pod
parent2dcd19f068f5fdcbcce36cc7a4ef94c53d3a47f3 (diff)
downloadperl-903b1101f7c2c55545e6cfd3eb5dfd564e1befd2.tar.gz
Remove B::Debug from core distribution.
It continues to exist as a CPAN distribution. Increment $B::Terse::VERSION and $B::Concise::VERSION due to changes in POD. Remove internal links to B::Debug within two .pod files. For: RT #130410
Diffstat (limited to 'pod/perlhacktips.pod')
-rw-r--r--pod/perlhacktips.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod
index cbf1d3c9f6..7ec2b40aa8 100644
--- a/pod/perlhacktips.pod
+++ b/pod/perlhacktips.pod
@@ -964,7 +964,7 @@ subroutine:
We can also dump out this op: the current op is always stored in
C<PL_op>, and we can dump it with C<Perl_op_dump>. This'll give us
-similar output to L<B::Debug|B::Debug>.
+similar output to CPAN module B::Debug.
(gdb) print Perl_op_dump(PL_op)
{