1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/p5-IPC-Mmap-Share/pkg-descr
Sunpoet Po-Chuan Hsieh ff87835e35 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-06 18:51:23 +00:00

7 lines
324 B
Plaintext

The IPC::Mmap::Share was born out of the need to share structures among
processes that come from the same ancestor. It tries to do so in a very simple
and straightforward manner. Just create an IPC::Mmap::Share object, and use set
to store your data and get to get it back.
WWW: http://search.cpan.org/dist/IPC-Mmap-Share/