Home > Repositories > base > perl-Readonly

perl-Readonly: Readonly - Facility for creating read-only scalars, arrays, hashes.

This 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.
If any of the values you pass to Scalar, Array, or Hash are references, then those functions recurse over the data structures, marking everything as Readonly. Usually, this is what you want: the entire structure nonmodifiable. If you want only the top level to be Readonly, use the alternate Scalar1, Array1 and Hash1 functions.
Please note that most users of Readonly will also want to install a companion module Readonly::XS. See the "CONS" section below for more details.
Name:perl-Readonly
Release: 2.05-1mamba
Group:System/Libraries/Perl
Maintainer:silvan
License:GPL, Artistic
Size:40.02 kB
Upstream URL:https://www.cpan.org/
Build time:2023-02-03 10:48:21
Binary packages and requirements
x86_64aarch64i586
Built RPMSperl-Readonly
perl-Readonly
perl-Readonly
Build requirementsperl-devel [1]
perl-devel[>=0:5.24.0] [1]
perl-devel [1]
perl-devel[>=0:5.24.0] [1]
perl-devel [1]
perl-devel[>=0:5.24.0] [1]
History of changes
DatePackagerReleaseDescription
2023-02-03silvan2.05-1mamba- update to 2.05
2012-11-13silvan1.03-3mamba- perl 5.16 mass rebuild
2008-11-05silvan1.03-2mamba- automatic rebuild by autodist
2008-10-20gil1.03-1mamba- package created by autospec