summaryrefslogtreecommitdiff
path: root/pod/perlinterp.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2017-07-25 06:44:52 -0400
committerJames E Keenan <jkeenan@cpan.org>2017-07-25 07:18:22 -0400
commitecfa068aa0dab432bfdef423766b665be127ef77 (patch)
treedc28cd966cbafdb7f26636d2342bbc31fe3b437d /pod/perlinterp.pod
parent0397beb0d12565d70e168bfea7376e2612a6748a (diff)
downloadperl-ecfa068aa0dab432bfdef423766b665be127ef77.tar.gz
Remove B::Debug from core distribution.
It continues to exist as a CPAN distribution. Increment $B::Terse::VERSION due to change 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 e1af33370a..b90c789b1d 100644
--- a/pod/perlinterp.pod
+++ b/pod/perlinterp.pod
@@ -435,7 +435,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>: