libtrycatch-perl 1.003002-3build2 source package in Ubuntu

Changelog

libtrycatch-perl (1.003002-3build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Thu, 11 Jan 2024 04:22:59 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtrycatch-perl_1.003002.orig.tar.gz 87.7 KiB ba88e73ded35d83caf0589d776cf8f91fad908df7fe7a4bd1274c6611336da9b
libtrycatch-perl_1.003002-3build2.debian.tar.xz 5.0 KiB bc9618a1459a4ee9962d44286df4d8990d1bc3dfd62accd31f0e2b373cab6554
libtrycatch-perl_1.003002-3build2.dsc 2.5 KiB 25cf370f3e01874f71a28d964e7cd9c9292d1d659010d379f727e19b53c7919e

View changes file

Binary packages built by this source

libtrycatch-perl: first class try catch semantics for Perl

 TryCatch aims to provide a nicer syntax and method to catch errors in
 Perl, similar to what is found in other languages (such as Java, Python
 or C++). The standard method of using "eval {}; if ($@) {}" is often
 prone to subtle bugs, primarily that its far too easy to stomp on the
 error in error handlers. And also eval/if isn't the nicest idiom.

libtrycatch-perl-dbgsym: debug symbols for libtrycatch-perl