liberror-perl 0.17029-2 source package in Ubuntu
Changelog
liberror-perl (0.17029-2) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 12 to 13. * Update standards version to 4.6.0, no changes needed. -- Jelmer Vernooij <email address hidden> Fri, 14 Oct 2022 14:43:26 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl | |
Lunar | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
liberror-perl_0.17029-2.dsc | 2.0 KiB | 48c6ca66e03144a8bec4f32b2419f34d70e8a00500b01ea3bb6a5cab0c03e164 |
liberror-perl_0.17029.orig.tar.gz | 32.5 KiB | 1a23f7913032aed6d4b68321373a3899ca66590f4727391a091ec19c95bf7adc |
liberror-perl_0.17029-2.debian.tar.xz | 4.5 KiB | 60deb5d5cbc4b478f8db4cfa0ac6c512e85eea5fcd7fc7285c26a9942d3b8b67 |
Available diffs
- diff from 0.17029-1 to 0.17029-2 (574 bytes)
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) .