libtrycatch-perl 1.003002-2build1 source package in Ubuntu

Changelog

libtrycatch-perl (1.003002-2build1) xenial; urgency=medium

  * No-change rebuild for Perl 5.22.1.

 -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 18 Dec 2015 18:50:13 -0500

Upload details

Uploaded by:
Mathieu Trudel-Lapierre
Uploaded to:
Xenial
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Downloads

File Size SHA-256 Checksum
libtrycatch-perl_1.003002.orig.tar.gz 87.7 KiB ba88e73ded35d83caf0589d776cf8f91fad908df7fe7a4bd1274c6611336da9b
libtrycatch-perl_1.003002-2build1.debian.tar.xz 4.6 KiB 8ae0bf34589c72581da4e8b0b92ebc90c0ad3e9ddf9b8e6258046e196487282b
libtrycatch-perl_1.003002-2build1.dsc 2.4 KiB 8ffa5e3dea755c2d56db5dcd47d60d08341f13f5a44038251b6278a4e777d950

View changes file

Binary packages built by this source

libtrycatch-perl: No summary available for libtrycatch-perl in ubuntu yakkety.

No description available for libtrycatch-perl in ubuntu yakkety.

libtrycatch-perl-dbgsym: debug symbols for package libtrycatch-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.