libconst-fast-perl 0.014-ok2 source package in openKylin

Changelog

libconst-fast-perl (0.014-ok2) yangtze; urgency=medium

  * Update version info.

 -- Luoyaoming <email address hidden>  Wed, 19 Oct 2022 11:12:44 +0800

Upload details

Uploaded by:
luoyaoming
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
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
libconst-fast-perl_0.014.orig.tar.gz 12.6 KiB f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db
libconst-fast-perl_0.014-ok2.debian.tar.xz 7.6 KiB 64958d1af9607f8baf20bfaa62c872d7fe6356b8fb48f67781baf09610558f5f
libconst-fast-perl_0.014-ok2.dsc 1.9 KiB 01b26bd085cc52b66239e89a0e19e8aff2ff19d4e0deca45b887a267b091ef0d

Available diffs

View changes file

Binary packages built by this source

libconst-fast-perl: facility for creating read-only scalars, arrays, and hashes

 Const::Fast is a perl module for creating read-only scalars, arrays,
 and hashes. It enables you to set a variable to the given value and
 subsequently make it readonly. Arrays and hashes will be made deeply
 readonly.
 .
 This module uses the builtin readonly feature of perl, making access
 to the variables just as fast as any normal variable without the
 weird side-effects of ties.