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

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.

Homepage: http://search.cpan.org/dist/Readonly/

License: GPL+ or Artistic

Vendor: Fedora Project

Packages

perl-Readonly-1.03-6.fc8.2.noarch [20 KiB] Changelog by Tom "spot" Callaway (2007-10-16):
- add BR: perl(Test::More)