mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
32792d04ca
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
5 lines
306 B
Text
5 lines
306 B
Text
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.
|