libtry-tiny-perl 0.30-1 source package in Ubuntu

Changelog

libtry-tiny-perl (0.30-1) unstable; urgency=medium

  * Import upstream version 0.30

 -- Salvatore Bonaccorso <email address hidden>  Thu, 21 Dec 2017 20:54:02 +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 Pocket Published Component Section
Focal release main perl
Bionic release main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtry-tiny-perl_0.30-1.dsc 2.3 KiB 8739ddcb041194c8a22ba8fdbcf84ccc7faeb414819a608062d19ec4dc4aa998
libtry-tiny-perl_0.30.orig.tar.gz 33.6 KiB da5bd0d5c903519bbf10bb9ba0cb7bcac0563882bcfe4503aee3fb143eddef6b
libtry-tiny-perl_0.30-1.debian.tar.xz 3.4 KiB ace34ed42919a033206b51570b96b763f76cff1225685c9da275b57cbf29a9a4

Available diffs

No changes file available.

Binary packages built by this source

libtry-tiny-perl: module providing minimalistic try/catch

 Try::Tiny is a Perl module that provides bare bones try/catch statements. It
 is designed to eliminate common mistakes with eval blocks, and NOTHING else.
 .
 The main focus of this module is to provide simple and reliable error
 handling for those having a hard time installing TryCatch, but who still want
 to write correct eval blocks without 5 lines of boilerplate each time.