Paketname | libdevel-stacktrace-perl |
Beschreibung | Perl module containing stack trace and stack trace frame objects |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (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 | Ubuntu Developers |
Quelle | |
Paketgröße | 16376 Byte |
Prüfsumme MD5 | ce08c7e996297104d120fad41fd5fb7d |
Prüfsumme SHA1 | d5a4725a57f054c9f19e18a95a3a14214d2971b5 |
Prüfsumme SHA256 | ee873546d0585389617f4003a31d9bd94ca08f9ef5739e5e675be9e2f9cacf50 |
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.
|