aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-Shareable/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IPC-Shareable/pkg-descr')
-rw-r--r--devel/p5-IPC-Shareable/pkg-descr8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/p5-IPC-Shareable/pkg-descr b/devel/p5-IPC-Shareable/pkg-descr
index 0c42b2c2285e..0f3a990cf0cf 100644
--- a/devel/p5-IPC-Shareable/pkg-descr
+++ b/devel/p5-IPC-Shareable/pkg-descr
@@ -1,9 +1,7 @@
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 man page below
-for more information.
+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.
WWW: http://search.cpan.org/dist/IPC-Shareable/