aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Shareable
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-17 11:39:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-17 11:39:43 +0000
commit442de8175bb370e3a24dd8b7aa494ef24d5c99cc (patch)
tree2243a59451e0b1de5d0f4f6bec7f8241279848cf /devel/p5-IPC-Shareable
parentccaae7672195294e1df16bc8f2804582852e0359 (diff)
downloadports-442de8175bb370e3a24dd8b7aa494ef24d5c99cc.tar.gz
ports-442de8175bb370e3a24dd8b7aa494ef24d5c99cc.zip
Notes
Diffstat (limited to 'devel/p5-IPC-Shareable')
-rw-r--r--devel/p5-IPC-Shareable/pkg-descr16
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/