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
libconst-fast-perl (0.014-ok1) yangtze; urgency=low * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
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 |
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.