summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Shareable/DESCR
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2002-03-15 06:24:29 +0000
committercjs <cjs@pkgsrc.org>2002-03-15 06:24:29 +0000
commit500e297d793517083f0605ba279ceecfbf974ef7 (patch)
treec71d622cf51bb421ee3e0fcec3f336e6edd02640 /devel/p5-IPC-Shareable/DESCR
parent96b6e7eea1a103c760bf53283f02d5e8b0b79db5 (diff)
downloadpkgsrc-500e297d793517083f0605ba279ceecfbf974ef7.tar.gz
Add IPC-Shareable perl module.
Diffstat (limited to 'devel/p5-IPC-Shareable/DESCR')
-rw-r--r--devel/p5-IPC-Shareable/DESCR5
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.