Paketname | libexception-class-trycatch-perl |
Beschreibung | syntactic try/catch sugar for use with Exception::Class |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.12-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl (>= 5.005), libexception-class-perl (>= 1.2) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 15544 Byte |
Prüfsumme MD5 | 11cb1499f6c3f329d461e057ddd37ac2 |
Prüfsumme SHA1 | ba720cae21ef6452c1b656ec4422ff09f36d58d1 |
Prüfsumme SHA256 | b5edbc604e0b00b894b9e3591904f87aec5af094f700ee8ef63721b05535d848 |
Link zum Herunterladen | libexception-class-trycatch-perl_1.12-1_all.deb |
Ausführliche Beschreibung | Exception::Class::TryCatch provides syntactic sugar for use with
Exception::Class using the familiar keywords try and catch. Its
primary objective is to allow users to avoid dealing directly with $@ by
ensuring that any exceptions caught in an eval are captured as
Exception::Class objects, whether they were thrown objects to begin with or
whether the error resulted from die. This means that users may immediately
use isa and various Exception::Class methods to process the exception.
.
In addition, this module provides for a method to push errors onto a hidden
error stack immediately after an eval so that cleanup code or other error
handling may also call eval without the original error in $@ being lost.
|