README 324 B

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