Description
Readonly.pm provides a facility for creating non-modifiable scalars,
arrays, and hashes.
Readonly.pm
* Creates scalars, arrays (not lists), and hashes.
* Creates variables that look and work like native perl variables.
* Creates global or lexical variables.
* Works at runtime or compile time.
* Works with deep or shallow data structures.
* Prevents reassignment of Readonly variables.
Packages
perl-Readonly-1.03-11.el6.noarch
[21 KiB] |
Changelog
by Stepan Kasal (2009-12-07):
- rebuild against perl 5.10.1
|