diff options
author | James E Keenan <jkeenan@cpan.org> | 2018-09-23 17:20:32 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-09-25 08:31:45 -0400 |
commit | 903b1101f7c2c55545e6cfd3eb5dfd564e1befd2 (patch) | |
tree | 5b08c63b58fd6b80777676a819d9d6be651ad69d /pod/perlinterp.pod | |
parent | 2dcd19f068f5fdcbcce36cc7a4ef94c53d3a47f3 (diff) | |
download | perl-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.pod | 2 |
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>: |