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

Changelog

libtry-tiny-perl (0.18-1) unstable; urgency=low


  * Imported Upstream version 0.18

 -- Salvatore Bonaccorso <email address hidden>  Sat, 17 Aug 2013 21:43:25 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtry-tiny-perl_0.18-1.dsc 2.1 KiB ab9cfb689090a4db564ad2338da180dc82f569745011d9dd7d1727a34cd73393
libtry-tiny-perl_0.18.orig.tar.gz 16.1 KiB 4ec6fa76eda43ceb10598ea9950c815b332bb4e927b11a62d247c447faca4a1a
libtry-tiny-perl_0.18-1.debian.tar.gz 2.7 KiB 8874d0a5fc30c0da2db43364d85c7adb58f4f83768e3f41ba0b7d95a65a1c3d9

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.