blob: 9c546a0d53ed49053e59f020350e5bf0b57319a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
perl-Readonly: perl-Readonly (module 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
perl-Readonly: variables that should not be changed.
perl-Readonly:
perl-Readonly: Homepage: https://metacpan.org/release/Readonly
perl-Readonly:
perl-Readonly:
perl-Readonly:
|