套件:liberror-perl(0.17029-1)
liberror-perl 的相關連結
Debian 的資源:
下載原始碼套件 liberror-perl:
- [liberror-perl_0.17029-1.dsc]
- [liberror-perl_0.17029.orig.tar.gz]
- [liberror-perl_0.17029-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module for error/exception handling in an OO-ish way
The Error 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".
Warning: Using the "Error" module is no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so.
Recommended alternatives are Exception::Class (libexception-class-perl), Error::Exception (not packaged), TryCatch (libtrycatch-perl), and Try::Tiny (libtry-tiny-perl).