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

Changelog

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

  * Import upstream version 0.29
  * Simplify Build-Depends-Indep on libcapture-tiny-perl.
    Make the dependency unversioned since already satisfied back to
    unstable.
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 4.1.2
  * Set Rules-Requires-Root to no

 -- Salvatore Bonaccorso <email address hidden>  Tue, 19 Dec 2017 21:25:22 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtry-tiny-perl_0.29-1.dsc 2.3 KiB 1d47a279af25df01489a0b8edf4aceea454eb219fb94b048b008832320605c07
libtry-tiny-perl_0.29.orig.tar.gz 33.6 KiB d78ec3d97d1a92117c67be5aed4227121eba67b12eb175662469c153455b3f07
libtry-tiny-perl_0.29-1.debian.tar.xz 3.4 KiB 73ce2d5210e4fc0a4c085f01c69c46b9252e4bb803fe4c3ed57fe5d5b15f3fd9

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.