Revert "Upgrade to Devel::PPPort 3.19_02" - we're frozen. This will be great when...
[p5sagit/p5-mst-13.2.git] / cpan / IPC-SysV / README
1 Version 2.x, Copyright (C) 2007-2010, 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