diff options
author | cjs <cjs@pkgsrc.org> | 2002-03-15 06:24:29 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2002-03-15 06:24:29 +0000 |
commit | 500e297d793517083f0605ba279ceecfbf974ef7 (patch) | |
tree | c71d622cf51bb421ee3e0fcec3f336e6edd02640 /devel/p5-IPC-Shareable/DESCR | |
parent | 96b6e7eea1a103c760bf53283f02d5e8b0b79db5 (diff) | |
download | pkgsrc-500e297d793517083f0605ba279ceecfbf974ef7.tar.gz |
Add IPC-Shareable perl module.
Diffstat (limited to 'devel/p5-IPC-Shareable/DESCR')
-rw-r--r-- | devel/p5-IPC-Shareable/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-IPC-Shareable/DESCR b/devel/p5-IPC-Shareable/DESCR new file mode 100644 index 00000000000..48477cf0d59 --- /dev/null +++ b/devel/p5-IPC-Shareable/DESCR @@ -0,0 +1,5 @@ +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. Scalars, arrays, and hashes can be tied. The variable +being tied may contain arbitrarily complex data structures - +including references to arrays, hashes of hashes, etc. |