DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibexception-class-trycatch-perl
Beschreibungsyntactic try/catch sugar for use with Exception::Class
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.12-1
Sektionperl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl (>= 5.005), libexception-class-perl (>= 1.2)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße15504 Byte
Prüfsumme MD5ac12bc8d878eca403a7a42c86b840cea
Prüfsumme SHA1df1d67ccfb77ba8986e7d48195c34757db50ee9f
Prüfsumme SHA25609c33ca626de32e47f61beaf86c69f1318893eb2193bc66879825d7f71ed1456
Link zum Herunterladenlibexception-class-trycatch-perl_1.12-1_all.deb
Ausführliche BeschreibungException::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.


Impressum
Linux is a registered trademark of Linus Torvalds