diff options
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. |