[ 原始碼: libexception-class-perl ]
套件:libexception-class-perl(1.45-1)
libexception-class-perl 的相關連結
Debian 的資源:
下載原始碼套件 libexception-class-perl:
- [libexception-class-perl_1.45-1.dsc]
- [libexception-class-perl_1.45.orig.tar.gz]
- [libexception-class-perl_1.45-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module that allows you to declare real exception classes in Perl
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.
其他與 libexception-class-perl 有關的套件
|
|
|
|
-
- dep: libclass-data-inheritable-perl
- Perl module to create accessors to class data
-
- dep: libdevel-stacktrace-perl
- Perl module containing stack trace and related objects
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language