diff options
Diffstat (limited to 'devel/p5-Readonly/DESCR')
-rw-r--r-- | devel/p5-Readonly/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Readonly/DESCR b/devel/p5-Readonly/DESCR new file mode 100644 index 00000000000..a69fbd4e6a8 --- /dev/null +++ b/devel/p5-Readonly/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Readonly provides a facility for creating +non-modifiable scalars, arrays, and hashes. This facility also +overcomes the limitations of the Perl built-in mechanism (the "use +constant" pragma) to create constant scalars and lists. |