Name: | perl-Readonly |
---|---|
Version: | 2.05 |
Release: | 27.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 97982 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Readonly-2.05-27.el10.noarch.rpm |
Source RPM: | perl-Readonly-2.05-27.el10.src.rpm |
Build Date: | Tue Jan 28 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Readonly |
Summary: | Facility for creating read-only scalars, arrays, hashes |
Description: | Readonly provides a facility for creating non-modifiable scalars, arrays, and hashes. Any attempt to modify a Readonly variable throws an exception. Readonly: * Creates scalars, arrays (not lists), and hashes * Creates variables that look and work like native perl variables * Creates global or lexical variables * Works at run-time or compile-time * Works with deep or shallow data structures * Prevents reassignment of Readonly variables |