diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-08-31 11:57:23 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-08-31 11:57:23 +0000 |
commit | 69ef7dcc8d74dfb1bb54d546198f3eb7c534e279 (patch) | |
tree | a57e134b29e65f80c5c359c1d351bba9e3b47e8b /devel/p5-Readonly/pkg-descr | |
parent | 341645c901d2a4f6ed3fc80afaeb5bbbbc163081 (diff) |
Notes
Diffstat (limited to 'devel/p5-Readonly/pkg-descr')
-rw-r--r-- | devel/p5-Readonly/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Readonly/pkg-descr b/devel/p5-Readonly/pkg-descr new file mode 100644 index 000000000000..2eca807ec9a3 --- /dev/null +++ b/devel/p5-Readonly/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/Readonly/ |