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

Changelog

libconst-fast-perl (0.014-ok1) yangtze; urgency=low

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libconst-fast-perl_0.014.orig.tar.gz 12.6 KiB f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db
libconst-fast-perl_0.014-ok1.debian.tar.xz 1.5 KiB a6ec4283031ddd69bda53e987ac9b0bc7281f23d477d5f3660480fd2d4d89742
libconst-fast-perl_0.014-ok1.dsc 2.0 KiB f956f82602e0bd6c90b1d04afcbbebb37825ffb8cbebbeaf425a1fa1a872178f

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.