diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-17 11:39:43 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-17 11:39:43 +0000 |
commit | 442de8175bb370e3a24dd8b7aa494ef24d5c99cc (patch) | |
tree | 2243a59451e0b1de5d0f4f6bec7f8241279848cf /devel/p5-IPC-Shareable | |
parent | ccaae7672195294e1df16bc8f2804582852e0359 (diff) | |
download | ports-442de8175bb370e3a24dd8b7aa494ef24d5c99cc.tar.gz ports-442de8175bb370e3a24dd8b7aa494ef24d5c99cc.zip |
Notes
Diffstat (limited to 'devel/p5-IPC-Shareable')
-rw-r--r-- | devel/p5-IPC-Shareable/pkg-descr | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-IPC-Shareable/pkg-descr b/devel/p5-IPC-Shareable/pkg-descr index 89d607563572..2bb2d7ebd5d5 100644 --- a/devel/p5-IPC-Shareable/pkg-descr +++ b/devel/p5-IPC-Shareable/pkg-descr @@ -1,7 +1,9 @@ - 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 - contain arbitrarily complex data structures - including references to - arrays, hashes of hashes, etc. See the "REFERENCES" entry in this - manpage below for more information. +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 contain +arbitrarily complex data structures - including references to arrays, +hashes of hashes, etc. See the "REFERENCES" entry in this manpage below +for more information. + +WWW: http://search.cpan.org/dist/IPC-Shareable/ |