diff options
Diffstat (limited to 'perl/perl-Readonly/slack-desc')
-rw-r--r-- | perl/perl-Readonly/slack-desc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Readonly/slack-desc b/perl/perl-Readonly/slack-desc index a3b36bc589..17c86b3374 100644 --- a/perl/perl-Readonly/slack-desc +++ b/perl/perl-Readonly/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -perl-Readonly: perl-Readonly (Facility for creating non-modifiable variables) +perl-Readonly: perl-Readonly (Facility for creating read-only scalars, arrays, hashes) perl-Readonly: perl-Readonly: This is a facility for creating non-modifiable variables. This is perl-Readonly: useful for configuration files, headers, etc. It can also be useful -perl-Readonly: as a development and debugging tool, for catching updates to variables -perl-Readonly: that should not be changed. -perl-Readonly: +perl-Readonly: as a development and debugging tool, for catching updates to +perl-Readonly: variables that should not be changed. perl-Readonly: +perl-Readonly: Homepage: http://search.cpan.org/dist/Readonly/ perl-Readonly: perl-Readonly: perl-Readonly: |