diff options
Diffstat (limited to 'perl/perl-Readonly/README')
-rw-r--r-- | perl/perl-Readonly/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Readonly/README b/perl/perl-Readonly/README index 721e66b0c6d1d..0b1e1eba2870b 100644 --- a/perl/perl-Readonly/README +++ b/perl/perl-Readonly/README @@ -1,4 +1,4 @@ -perl-Readonly (Facility for creating read-only scalars, arrays, hashes.) +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 |