summaryrefslogtreecommitdiff
path: root/pod/perlinterp.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/perlinterp.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/perlinterp.pod')
-rw-r--r--pod/perlinterp.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlinterp.pod b/pod/perlinterp.pod
index 7ac6c9ee4c..2d7073723e 100644
--- a/pod/perlinterp.pod
+++ b/pod/perlinterp.pod
@@ -434,7 +434,7 @@ operations in.
The easiest way to examine the op tree is to stop Perl after it has
finished parsing, and get it to dump out the tree. This is exactly what
the compiler backends L<B::Terse|B::Terse>, L<B::Concise|B::Concise>
-and L<B::Debug|B::Debug> do.
+and CPAN module <B::Debug do.
Let's have a look at how Perl sees C<$a = $b + $c>: