diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:29:39 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 20:29:39 +0000 |
commit | 74aada477d30000e6ac65f94700daee685b344f1 (patch) | |
tree | 8798e94ceb4f68b1b53e875dab5a73858dd90fd7 /devel/p5-IPC-Shareable | |
parent | 5c70394af027233ca67119795afddb7e9e3ae14e (diff) | |
download | ports-74aada477d30000e6ac65f94700daee685b344f1.tar.gz ports-74aada477d30000e6ac65f94700daee685b344f1.zip |
Notes
Diffstat (limited to 'devel/p5-IPC-Shareable')
-rw-r--r-- | devel/p5-IPC-Shareable/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-IPC-Shareable/pkg-descr b/devel/p5-IPC-Shareable/pkg-descr index 15324807aa3b..89d607563572 100644 --- a/devel/p5-IPC-Shareable/pkg-descr +++ b/devel/p5-IPC-Shareable/pkg-descr @@ -1,4 +1,4 @@ - IPC::Shareable allows you to tie a a variable to shared memory making + IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Currently either scalars or hashes can be tied; tying of arrays remains a work in progress. However, the variable being tied may |