summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/cpan/IPC-SysV/README
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/cpan/IPC-SysV/README')
-rw-r--r--gnu/usr.bin/perl/cpan/IPC-SysV/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/cpan/IPC-SysV/README b/gnu/usr.bin/perl/cpan/IPC-SysV/README
new file mode 100644
index 00000000000..a9cb7bdd4d1
--- /dev/null
+++ b/gnu/usr.bin/perl/cpan/IPC-SysV/README
@@ -0,0 +1,23 @@
+Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz.
+
+Version 1.x, Copyright (c) 1997, Graham Barr.
+
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+The SysV-IPC contains three packages
+
+ IPC::Semaphore
+ - Provides an object interface to using SysV IPC semaphores
+
+ IPC::Msg
+ - Provides an object interface to using SysV IPC messages
+
+ IPC::SysV
+ - Provides the constants required to use the system SysV IPC calls.
+
+Currently there is not object support for SysV shared memory, but
+SysV::SharedMem is a project for the future.
+
+Share and enjoy!
+