libreadonly-perl 2.05-ok2 source package in openKylin

Changelog

libreadonly-perl (2.05-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 10:30:56 +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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libreadonly-perl_2.05.orig.tar.gz 28.2 KiB 4b23542491af010d44a5c7c861244738acc74ababae6b8838d354dfb19462b5e
libreadonly-perl_2.05-ok2.debian.tar.xz 7.8 KiB 7e487e4219bcfc370ed37c41332201177413c522b0a4954a57c5f1ef83d58b2b
libreadonly-perl_2.05-ok2.dsc 1.8 KiB 1c3c9c1740c3dfe7ae3c36b2263a9083a4ac7a2aa805574f924d5754a3121780

Available diffs

View changes file

Binary packages built by this source

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

 Readonly is a facility for creating non-modifiable variables.
 This is useful for configuration files, headers, etc.
 It can also be useful as a development and debugging tool, for catching
 updates to variables that should not be changed.