libtrycatch-perl 1.003002-3build4 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:48:37 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libtrycatch-perl_1.003002.orig.tar.gz 87.7 KiB ba88e73ded35d83caf0589d776cf8f91fad908df7fe7a4bd1274c6611336da9b
libtrycatch-perl_1.003002-3build4.debian.tar.xz 5.1 KiB 413aa0ed931145a968e246922441ca0771d8bb857915fec2a11f5fe3f9a31419
libtrycatch-perl_1.003002-3build4.dsc 2.6 KiB b38c81af48aee775a4cd74c51bc49fe9bd95b71053e2d48c5a8eb5a42c9006c6

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