summaryrefslogtreecommitdiffstats
path: root/perl/perl-Readonly/README
blob: 0b1e1eba2870b8aed9a349c2d73fbb48413a05ef (plain)
1
2
3
4
5
perl-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.