Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / perl5 / ext / IPC / SysV / README
1 Copyright (c) 1997 Graham Barr <gbarr@pobox.com>. All rights reserved.
2 This package is free software; you can redistribute it and/or
3 modify it under the same terms as Perl itself.
4
5 The SysV-IPC contains three packages
6
7     IPC::Semaphore
8     - Provides an object interface to using SysV IPC semaphores
9
10     IPC::Msg
11     - Provides an object interface to using SysV IPC messages
12
13     IPC::SysV
14     - Provides the constants required to use the system SysV IPC calls.
15
16 Currently there is not object support for SysV shared memory, but
17 SysV::SharedMem is a project for the future.
18
19 Share and enjoy!
20