aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-09-11 20:57:14 +0800
committermat <mat@FreeBSD.org>2017-09-11 20:57:14 +0800
commit84d630d63535935e737cdb33b5677180403b4c73 (patch)
tree536eec712a9836da92f1bea4094bd9dbaca91c1d /devel
parent8d304387241a3d3162301dea2f4ffa148d9c221e (diff)
downloadfreebsd-ports-gnome-84d630d63535935e737cdb33b5677180403b4c73.tar.gz
freebsd-ports-gnome-84d630d63535935e737cdb33b5677180403b4c73.tar.zst
freebsd-ports-gnome-84d630d63535935e737cdb33b5677180403b4c73.zip
Update pkg-descr.
PR: 222214 Submitted by: Alexander Moisseev Sponsored by: Absolight
Diffstat (limited to 'devel')
-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/