[ 源代码: libdevel-stacktrace-perl ]
软件包:libdevel-stacktrace-perl(2.0300-1)
libdevel-stacktrace-perl 的相关链接
Debian 的资源:
下载源码包 libdevel-stacktrace-perl:
- [libdevel-stacktrace-perl_2.0300-1.dsc]
- [libdevel-stacktrace-perl_2.0300.orig.tar.gz]
- [libdevel-stacktrace-perl_2.0300-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module containing stack trace and related objects
The 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().