summaryrefslogtreecommitdiffstats
path: root/perl/perl-Devel-StackTrace/README
blob: 374d34fd106422b83b74bd3677462b7f6352da20 (plain)
1
2
3
4
5
perl-Devel-StackTrace (An object representing a stack trace)
The Devel::StackTrace module contains two classes, Devel::StackTrace
and Devel::StackTrace::Frame. The goal of this object is to
encapsulate the information that can found through using the caller()
function, as well as providing a simple interface to this data.