diff options
Diffstat (limited to 'devel/p5-IPC-Shareable/DESCR')
-rw-r--r-- | devel/p5-IPC-Shareable/DESCR | 5 |
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. |