This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
[perl5.git] / cpan / IPC-SysV / README
CommitLineData
47e9bce1 1Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz.
8f85282b
MHM
2
3Version 1.x, Copyright (c) 1997, Graham Barr.
4
5This program is free software; you can redistribute it and/or
0ade1984
JH
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