Paketname | libexception-class-perl |
Beschreibung | module that allows you to declare real exception classes in Perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.31-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl, libclass-data-inheritable-perl (>= 0.02), libdevel-stacktrace-perl (>= 1.2000) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 33748 Byte |
Prüfsumme MD5 | 1f83d0825563129ce8151cc0b5ec3a48 |
Prüfsumme SHA1 | 7718aa9f2e76181e6884e4b117fdd77c1728925d |
Prüfsumme SHA256 | 554b9bf10a74c4197473ebc40c53a23447780258cb02db2e7dc118449f982c74 |
Link zum Herunterladen | libexception-class-perl_1.31-1_all.deb |
Ausführliche Beschreibung | Exception::Class allows you to declare exceptions in your modules in a
manner similar to how exceptions are declared in Java.
.
It features a simple interface allowing programmers to 'declare'
exception classes at compile time. It also has a base exception
class, Exception::Class::Base, that can be used for classes stored in
files (aka modules ;) ) that are subclasses.
.
It is designed to make structured exception handling simpler and
better by encouraging people to use hierarchies of exceptions in their
applications.
|