liberror-perl 0.17029-ok2~0706 source package in openKylin
Changelog
liberror-perl (0.17029-ok2~0706) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
liberror-perl (0.17029-ok2~0706) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
liberror-perl_0.17029.orig.tar.gz | 32.5 KiB | 1a23f7913032aed6d4b68321373a3899ca66590f4727391a091ec19c95bf7adc |
liberror-perl_0.17029-ok2~0706.debian.tar.xz | 2.6 KiB | 1cb06e0c078f5cc9057399848f2ab9489313691e02bce1330dccc113ad8071b2 |
liberror-perl_0.17029-ok2~0706.dsc | 1.9 KiB | d672b74fcea4d81ee3ed63dabee5806c913e73da5322bedd2a980742fc4e33f3 |
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-
Error::Exception (not packaged), TryCatch (libtrycatch-perl), and Try::Tiny
(libtry-