Date: Mon, 11 Sep 2017 12:57:15 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449634 - head/devel/p5-IPC-Shareable Message-ID: <201709111257.v8BCvFEt029358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Sep 11 12:57:14 2017 New Revision: 449634 URL: https://svnweb.freebsd.org/changeset/ports/449634 Log: Update pkg-descr. PR: 222214 Submitted by: Alexander Moisseev Sponsored by: Absolight Modified: head/devel/p5-IPC-Shareable/pkg-descr (contents, props changed) Modified: head/devel/p5-IPC-Shareable/pkg-descr ============================================================================== --- head/devel/p5-IPC-Shareable/pkg-descr Mon Sep 11 12:57:08 2017 (r449633) +++ head/devel/p5-IPC-Shareable/pkg-descr Mon Sep 11 12:57:14 2017 (r449634) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709111257.v8BCvFEt029358>