freebsd-dev/contrib/perl5/ext/IPC/SysV
Mark Murray 5bd17c648f This commit was generated by cvs2svn to compensate for changes in r62076,
which included commits to RCS files with non-trunk default branches.
2000-06-25 11:04:01 +00:00
..
hints Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
ChangeLog Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Makefile.PL Merge conflicts. More elegant improvements will follow in a couple 1999-05-02 15:18:32 +00:00
MANIFEST Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Msg.pm Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
README Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Semaphore.pm Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
SysV.pm Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
SysV.xs Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00

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!