liberror-perl 0.17025-1 source package in Ubuntu

Changelog

liberror-perl (0.17025-1) unstable; urgency=medium

  * Team upload

  * New upstream version 0.17025
  * Declare conformance with Policy 4.1.1 (no changes needed)

 -- Damyan Ivanov <email address hidden>  Thu, 05 Oct 2017 10:34:04 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liberror-perl_0.17025-1.dsc 2.0 KiB 994800c0123fe452ca1f1019e5bf71755c3200231d84999a31dd19be16ada41b
liberror-perl_0.17025.orig.tar.gz 31.3 KiB 6c9f474ad3d4fe0cabff6b6be532cb1dd348245986d4a6b600ad921d5cfdefaf
liberror-perl_0.17025-1.debian.tar.xz 4.0 KiB 0288dcf7eeff5cddfaf8c6bdfbe9fc170a1d333bb6d88489ca8158c929a44f76

Available diffs

No changes file available.

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).