Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV
[p5sagit/p5-mst-13.2.git] / ext / IPC-SysV / README
CommitLineData
8f85282b 1Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz.
2
3Version 1.x, Copyright (c) 1997, Graham Barr.
4
5This program is free software; you can redistribute it and/or
0ade1984 6modify it under the same terms as Perl itself.
7
8The SysV-IPC contains three packages
9
10 IPC::Semaphore
11 - Provides an object interface to using SysV IPC semaphores
12
13 IPC::Msg
14 - Provides an object interface to using SysV IPC messages
15
16 IPC::SysV
17 - Provides the constants required to use the system SysV IPC calls.
18
19Currently there is not object support for SysV shared memory, but
20SysV::SharedMem is a project for the future.
21
22Share and enjoy!
23