libtry-tiny-perl 0.32-ok1 source package in openKylin

Changelog

libtry-tiny-perl (0.32-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:12:32 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtry-tiny-perl_0.32.orig.tar.gz 35.4 KiB ef2d6cab0bad18e3ab1c4e6125cc5f695c7e459899f512451c8fa3ef83fa7fc0
libtry-tiny-perl_0.32-ok1.debian.tar.xz 2.1 KiB d364b8c37db454ef496eec6920806818617c7805615d075dbf8d642288aa3b87
libtry-tiny-perl_0.32-ok1.dsc 2.0 KiB 05192c3ee56afee449cc35859855e7ac4c120ddd7aa496f32cb06956eba575fd

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.