| Paketname | liberror-perl |
| Beschreibung | Perl module for error/exception handling in an OO-ish way |
| Archiv/Repository | Offizielles Debian Archiv squeeze (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 | Clint Burfoot |
| Quelle | |
| Paketgröße | 23596 Byte |
| Prüfsumme MD5 | 857dffd27a011db99889de2096096d95 |
| Prüfsumme SHA1 | 5de14ada4e2fee4064ad72facf828a00c913b294 |
| Prüfsumme SHA256 | dbbcd82c57afae639f26632af48f31f06ff3d7ed74f03ac260df7e76d8aef07d |
| 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".
|