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

Changelog

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

  * Update Vcs-Browser URL to cgit web frontend
  * Add debian/upstream/metadata
  * Import upstream version 0.24
  * Add alternative (build-)dependency for Sub::Util.
    If present Sub::Util is preferred over Sub::Name. Add a versioned
    Build-Depends-Indep and Suggests on perl (>= 5.21.4) which includes
    Sub::Util.
  * Wrap and sort fields in debian/control file
  * Install CONTRIBUTING file to docs
  * Use "Expat" as license keyword in debian/copyright file
  * Declare compliance with Debian policy 3.9.6
  * Bump Debhelper compat level to 9
  * Update copyright years for debian/* packaging files
  * Declare package as autopkgtestable

 -- Salvatore Bonaccorso <email address hidden>  Sat, 19 Dec 2015 18:56:04 +0100

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtry-tiny-perl_0.24-1.dsc 2.2 KiB a4fb85949dcf1fd63b03a3a3a76bba449f221d740a24dfe45c6d7865d9a5594a
libtry-tiny-perl_0.24.orig.tar.gz 29.9 KiB 9b7a1af24c0256973d175369ebbdc25ec01e2452a97f2d3ab61481c826f38d81
libtry-tiny-perl_0.24-1.debian.tar.xz 3.2 KiB 8983bf25435a9d80344d20a95ce7ad3b63392eae61d86ae45ebb0edf41ee6fa5

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.