You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 6c45a91431
perl/perl-Readonly: Fix slack-desc.
9 years ago
..
README perl/perl-Readonly: Updated for version 1.04. 12 years ago
perl-Readonly.SlackBuild perl/perl-Readonly: Updated for version 2.05. 9 years ago
perl-Readonly.info perl/perl-Readonly: Updated for version 2.05. 9 years ago
slack-desc perl/perl-Readonly: Fix slack-desc. 9 years ago

README

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.