1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
This is Debian GNU/Linux's prepackaged IPC::ShareLite.
IPC::ShareLite provides a simple interface to shared memory, allowing
data to be efficiently communicated between processes. Your operating
system must support SysV IPC (shared memory and semaphores) in order to
use this module.
This package was put together by Christopher C. Chimelis
<chris@debian.org>. The original sources should always be available
from the Comprehensive Perl Archive Network (CPAN). Visit
<URL:http://www.perl.com/CPAN/> to find a CPAN site near you.
The only change for the Debian package was the addition of the debian/
files.
The IPC::ShareLite copyright is as follows:
Copyright (C) 1998, Maurice Aubrey <maurice@hevanet.com>.
All rights reserved.
This module is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES RESULTING FROM
THE USE OF THIS SOFTWARE.
|