libtrycatch-perl 1.003002-4 source package in Ubuntu

Changelog

libtrycatch-perl (1.003002-4) unstable; urgency=medium

  * Team upload.
  * Remove Makefile.old via debian/clean. (Closes: #1045871)

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 19:56:37 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Downloads

File Size SHA-256 Checksum
libtrycatch-perl_1.003002-4.dsc 2.7 KiB 338831dda58cd53b9eb7b26869ee806938d3ca8a7d329c9470260a55117494fd
libtrycatch-perl_1.003002.orig.tar.gz 87.7 KiB ba88e73ded35d83caf0589d776cf8f91fad908df7fe7a4bd1274c6611336da9b
libtrycatch-perl_1.003002-4.debian.tar.xz 5.2 KiB b9b658f4885b4b6974ab7711cf01628aceb88976a7f5bb3942f0a82dce83c9ff

No changes file available.

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