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

Changelog

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

  * New upstream release
  * Add myself to Uploaders.
  * debian/copyright: Update debian/* packaging stanza.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  03 Dec 2010 16:47:41 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtry-tiny-perl_0.09.orig.tar.gz 8.9 KiB 7a6f52f4d3e25976e704cc419efad146689242a7a4344b122447f14306e650ba
libtry-tiny-perl_0.09-1.debian.tar.gz 2.4 KiB c2af93c911690e2cb1715873ad78a60df1f498c9009a2cbdfe9d4ab46f73783b
libtry-tiny-perl_0.09-1.dsc 2.0 KiB 2247523612459cd2b74565161aa3eaba1da81bf77baad28b2f4c9c0d6cb1b1d5

Available diffs

View changes file

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.