Paketname | libdevel-simpletrace-perl |
Beschreibung | Perl helper to see where your code warns and dies using stack traces |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.07-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 8846 Byte |
Prüfsumme MD5 | 4c0c9ce043269828423a68a7a81f2352 |
Prüfsumme SHA1 | 6895e68b6aaa603128b43dd80091d5043f524d29 |
Prüfsumme SHA256 | 2fe9016b3782a539dab79df00e1983c12a795c0e480d3461aeb06d4ab06b8112 |
Link zum Herunterladen | libdevel-simpletrace-perl_0.07-1_all.deb |
Ausführliche Beschreibung | Devel::SimpleTrace can be used to more easily spot the place where a program
or a module generates errors. Its use is extremely simple, reduced to just
useing it.
.
This is achieved by modifying the functions warn() and die() in order to
replace the standard messages by complete stack traces that precisely
indicates how and where the error or warning occurred. Other than this, their
use should stay unchanged, even when using die() inside eval().
|