This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to IPC::SysV 2.00
[perl5.git] / ext / IPC / SysV / README
1 Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz.
2
3 Version 1.x, Copyright (c) 1997, Graham Barr.
4
5 This program is free software; you can redistribute it and/or
6 modify it under the same terms as Perl itself.
7
8 The 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
19 Currently there is not object support for SysV shared memory, but
20 SysV::SharedMem is a project for the future.
21
22 Share and enjoy!
23