summaryrefslogtreecommitdiffstats
path: root/perl/perl-Readonly/README
diff options
context:
space:
mode:
author LEVAI Daniel2013-03-12 02:13:23 +0100
committer dsomero2013-03-22 12:16:43 +0100
commit32792d04ca06b5fba10ec4be5bb53eb9937c6733 (patch)
tree5966ffb2752a117dbd5c977bd543e38250260535 /perl/perl-Readonly/README
parentf25f4b899579be84dfe19b97efda732631be51eb (diff)
downloadslackbuilds-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/README5
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.