liberror-perl 0.17030-ok1 source package in openKylin
Changelog
liberror-perl (0.17030-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 04 Jun 2026 13:52:34 +0800
liberror-perl (0.17030-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 04 Jun 2026 13:52:34 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | release | main | perl | |
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| liberror-perl_0.17030.orig.tar.gz | 32.7 KiB | 34d382276c0fb0d6b38355b94c96a30b12d834d5662eb53f088ee25e3e712924 |
| liberror-perl_0.17030-ok1.debian.tar.xz | 2.6 KiB | 2175733d5b7ba5419d7ac98bbf1e3d29b28db93c61e7a9fb4f9d4bcf7197a364 |
| liberror-perl_0.17030-ok1.dsc | 1.9 KiB | d00d2021754f21d5212da4c064b7780de3a522661027364cc0cf986aa55d458f |
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-