| Paketname | libexception-class-trycatch-perl | 
| Beschreibung | syntactic try/catch sugar for use with Exception::Class | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.12-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 88 Byte | 
| Hängt ab von | perl (>= 5.005), libexception-class-perl (>= 1.2) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 15504 Byte | 
| Prüfsumme MD5 | ac12bc8d878eca403a7a42c86b840cea | 
| Prüfsumme SHA1 | df1d67ccfb77ba8986e7d48195c34757db50ee9f | 
| Prüfsumme SHA256 | 09c33ca626de32e47f61beaf86c69f1318893eb2193bc66879825d7f71ed1456 | 
| 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. |