The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Build Status

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, in Perl you can determine get exactly where you 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 in the deparse command extension to Devel::Trepan.

See Exact Perl location with B::Deparse (and Devel::Callsite).

INSTALLATION

Currently we only support Perl 5.18, 5.20 and 5.22.

To install this Devel::Trepan, run the following commands:

perl Build.PL
make
make test
[sudo] make install

LICENSE AND COPYRIGHT

Copyright (C) 2015 Rocky Bernstein rocky@cpan.org