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 Ubuntu Archiv lucid (universe)
Version1.12-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl (>= 5.005), libexception-class-perl (>= 1.2)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße15544 Byte
Prüfsumme MD511cb1499f6c3f329d461e057ddd37ac2
Prüfsumme SHA1ba720cae21ef6452c1b656ec4422ff09f36d58d1
Prüfsumme SHA256b5edbc604e0b00b894b9e3591904f87aec5af094f700ee8ef63721b05535d848
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