70ce018ac8
Module::Build was removed from the perl-5.22 core. It is no longer the preferred build method, but these modules still need it. Some of these modules have newer versions available, but they still use Module::Build. Signed-off-by: David Spencer <idlemoor@slackbuilds.org> |
||
---|---|---|
.. | ||
README | ||
perl-Readonly.SlackBuild | ||
perl-Readonly.info | ||
slack-desc |
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.