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.

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

INSTALLATION

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

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

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