diff options
Diffstat (limited to 'contrib/perl5/ext/IPC/SysV/README')
-rw-r--r-- | contrib/perl5/ext/IPC/SysV/README | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/perl5/ext/IPC/SysV/README b/contrib/perl5/ext/IPC/SysV/README deleted file mode 100644 index d412c4c..0000000 --- a/contrib/perl5/ext/IPC/SysV/README +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 1997 Graham Barr <gbarr@pobox.com>. All rights reserved. -This package 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! - |