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

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Yangtze V1.0 release main perl

Downloads

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

View changes file

Binary packages built by this source

liberror-perl: 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).