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.
 
 
 
 
 
 
David Spencer 70ce018ac8 Multiple: Add perl-Module-Build to REQUIRES. 10 years ago
..
README perl/perl-Readonly: Updated for version 1.04. 12 years ago
perl-Readonly.SlackBuild perl/perl-Readonly: Updated for version 2.00. 11 years ago
perl-Readonly.info Multiple: Add perl-Module-Build to REQUIRES. 10 years ago
slack-desc perl/perl-Readonly: Updated for version 1.04. 12 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.