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

Changelog

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


  * Imported Upstream version 0.19
  * Update copyright years for upstream files
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian Policy 3.9.5

 -- Salvatore Bonaccorso <email address hidden>  Thu, 23 Jan 2014 10:42:28 +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
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtry-tiny-perl_0.19-1.dsc 2.1 KiB a20cb769623a7e482d57667c694ebba6548ce4140a14bffcf0f6d82394f3c2d5
libtry-tiny-perl_0.19.orig.tar.gz 16.8 KiB 57ae3341b03af36a052922d88e1ebf1c17828b25da69dfbe98ac8b113c181aec
libtry-tiny-perl_0.19-1.debian.tar.xz 2.7 KiB 46d56de4c932497e357e3b1af38a95a3dac55b8cec8ec33f3eadc75c6f2fb236

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.