libreadonlyx-perl 1.04-4 source package in Ubuntu

Changelog

libreadonlyx-perl (1.04-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.
  * Apply multi-arch hints. + libreadonlyx-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 21:27:04 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libreadonlyx-perl_1.04-4.dsc 2.1 KiB 4d4e79dc7c25901f7fa8fb6cfebeb06d481c5fb703314a208071a6b7b0a0c773
libreadonlyx-perl_1.04.orig.tar.gz 18.5 KiB 81bb97dba93ac6b5ccbce04a42c3590eb04557d75018773ee18d5a30fcf48188
libreadonlyx-perl_1.04-4.debian.tar.xz 1.8 KiB 44295c14b0569aeae8cdb935150eba20d93e790333080084c9948ccdf1fba626

Available diffs

No changes file available.

Binary packages built by this source

libreadonlyx-perl: faster facility for creating read-only scalars, arrays, hashes

 ReadonlyX is a near-drop-in replacement for Readonly, the popular 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.