B-DeparseTree
view release on metacpan or search on metacpan
[](https://travis-ci.org/rocky/p5-B-DeparseTree)
Synopsis
--------
Perl's B::Deparse but we save abstract tree information and associate
that with Perl text fragments. These are fragments accessible by OP
address. With this, you can determine get exactly where you inside Perl in
a program with granularity finer that at a line number boundary.
Uses for this could be in stack trace routines like _Carp_. It is used
lib/B/DeparseTree.pod view on Meta::CPAN
=pod
=for comment
This file located in the distribution. But it is also found in a Github wiki:
https://github.com/rocky/p5-B-DeparseTree/wiki/DeparseTree.pod
where we can immediately see the results and others can contribute.
=begin html
<a href="https://travis-ci.org/rocky/p5-B-DeparseTree"><img src="https://travis-ci.org/rocky/p5-B-DeparseTree.png"></a>
=end html
=head1 Name
B::DeparseTree
=head2 Synopsis
use B::DeparseTree;
( run in 1.389 second using v1.01-cache-2.11-cpan-788537b7465 )