pkgsrc/devel/p5-Readonly/DESCR

5 lines
246 B
Text
Raw Normal View History

The Perl 5 module Readonly provides a facility for creating
non-modifiable scalars, arrays, and hashes. This facility also
overcomes the limitations of the Perl built-in mechanism (the "use
constant" pragma) to create constant scalars and lists.