diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-03-11 21:13:23 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:43 -0400 |
commit | 32792d04ca06b5fba10ec4be5bb53eb9937c6733 (patch) | |
tree | 5966ffb2752a117dbd5c977bd543e38250260535 /perl/perl-Readonly/README | |
parent | f25f4b899579be84dfe19b97efda732631be51eb (diff) | |
download | slackbuilds-32792d04ca06b5fba10ec4be5bb53eb9937c6733.tar.gz |
perl/perl-Readonly: Added (create non-modifiable variable)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Readonly/README')
-rw-r--r-- | perl/perl-Readonly/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Readonly/README b/perl/perl-Readonly/README new file mode 100644 index 0000000000..721e66b0c6 --- /dev/null +++ b/perl/perl-Readonly/README @@ -0,0 +1,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. |