Perl module implementing stack trace and stack trace frame objects
Description
The Devel::StackTrace module contains Devel::StackTrace and Devel::StackTraceFrame,which are
encapsulated to provide a simple interface for external calls.
The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects, one for each
level of the stack. These frames contain all the data available from caller() as of Perl 5.6.0.