Paketname | libexception-class-perl |
Beschreibung | module that allows you to declare real exception classes in Perl |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1.29-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 104 Byte |
Hängt ab von | perl (>= 5.8.1), libclass-data-inheritable-perl (>= 0.02), libdevel-stacktrace-perl (>= 1.2000) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 29294 Byte |
Prüfsumme MD5 | 4e984c9cd2247d6e8036db43720f788a |
Prüfsumme SHA1 | 81eaf67e16848f3cd799164429bac88846c47ef2 |
Prüfsumme SHA256 | ef77d46585b53215d7a5cd9c50939b5669441e2ccb662cbf5a22e0ffc42bd22b |
Link zum Herunterladen | libexception-class-perl_1.29-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.
|