Paketname | libdevel-stacktrace-perl |
Beschreibung | Perl module containing stack trace and stack trace frame objects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.2100-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 16364 Byte |
Prüfsumme MD5 | be9b1bd160b630f5f03a3ceeadad5015 |
Prüfsumme SHA1 | 39e19afc30d8363ef39f8e0e1bb32bcdcd30e295 |
Prüfsumme SHA256 | 06f523409947e6f6ec0a9e07b981345c357f50359e1402557254aa42b10ddf3f |
Link zum Herunterladen | libdevel-stacktrace-perl_1.2100-1_all.deb |
Ausführliche Beschreibung | 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() as of Perl 5.6.0 though this module still
works with 5.00503.
.
This code was created to support the Exception::Class::Base class
(part of Exception::Class) but may be useful in other contexts.
|