Stack trace and stack trace frame objects
http://search.cpan.org/dist/Devel-StackTraceThe Devel::StackTrace module contains two classes, Devel::StackTrace and
Devel::StackTraceFrame. 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.
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
objects, one for each level of the stack. The frames contain all the
data available from "caller()".
This code was created to support my Exception::Class::Base class (part
of Exception::Class) but may be useful in other contexts.
Authors: Dave Rolsky,
- Devel package for openSUSE:Factory
-
13
derived packages
- Links to openSUSE:Factory / perl-Devel-StackTrace
- Download package
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Devel-StackTrace-2.04.tar.gz | 0000041516 40.5 KB | almost 2 years |
_link | 0000000156 156 Bytes | almost 2 years |
cpanspec.yml | 0000000469 469 Bytes | almost 6 years |
perl-Devel-StackTrace.changes | 0000007246 7.08 KB | almost 2 years |
perl-Devel-StackTrace.spec | 0000002257 2.2 KB | almost 2 years |
Comments for perl-Devel-StackTrace 0