Name: | rh-perl520-perl-Readonly |
---|---|
Version: | 2.00 |
Release: | 2.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 89526 |
License: | GPL+ or Artistic |
RPM: | rh-perl520-perl-Readonly-2.00-2.el6.noarch.rpm |
Source RPM: | rh-perl520-perl-Readonly-2.00-2.el6.src.rpm |
Build Date: | Thu Jan 26 2017 |
Build Host: | x86-ol6-builder-04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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 |