libtype-tie-perl 0.015-ok1 source package in openKylin

Changelog

libtype-tie-perl (0.015-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Wed, 07 Sep 2022 12:14:57 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.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
Huanghe V3.0 release main perl
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtype-tie-perl_0.015.orig.tar.gz 30.7 KiB 4e5a3f6737efd59b4e395af2f95d02e564fc57aa723e32a13eb2a1788d6d5434
libtype-tie-perl_0.015-ok1.debian.tar.xz 8.2 KiB 9dd38f7ceeef8a2b52826eaafd0f331f2d3224505a3ae0c5ee47b6c40730ced9
libtype-tie-perl_0.015-ok1.dsc 1.9 KiB a8e069b60bca4f140b6301b4f9fa7115cfdf387e4da11a79cdbb9f76a65462dd

View changes file

Binary packages built by this source

libtype-tie-perl: tie a variable to a type constraint

 Type::Tie exports a single function: ttie.
 ttie ties a variable to a type constraint,
 ensuring that whatever values stored in the variable
 will conform to the type constraint.
 If the type constraint has coercions,
 these will be used if necessary
 to ensure values assigned to the variable conform.