Paketname | liberror-perl |
Beschreibung | Perl module for error/exception handling in an OO-ish way |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.17-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Core Developers |
Quelle | |
Paketgröße | 23762 Byte |
Prüfsumme MD5 | cbf0d9a753a8c5e315cb547aeb5d2068 |
Prüfsumme SHA1 | 1f25808898c572757be59fff497ff27677dd7cba |
Prüfsumme SHA256 | c4beaa616c9af4cafe9b49cf5ad2cbf048c55ef27f128e9ceba088c6011aa993 |
Link zum Herunterladen | liberror-perl_0.17-1_all.deb |
Ausführliche Beschreibung | This module provides two interfaces. Firstly "Error" provides a
procedural interface to exception handling. Secondly "Error" is a
base class for errors/exceptions that can either be thrown, for
subsequent catch, or can simply be recorded.
.
Errors in the class "Error" should not be thrown directly, but the
user should throw errors from a sub-class of "Error".
|