View | Details | Raw Unified | Return to bug 29450
Collapse All | Expand All

(-)pkg-descr (-1 / +3 lines)
Lines 1-4 Link Here
1
PC::ShareLite provides a simple interface to shared memory, allowing
1
IPC::ShareLite provides a simple interface to shared memory, allowing
2
data to be efficiently communicated between processes.  Your operating
2
data to be efficiently communicated between processes.  Your operating
3
system must support SysV IPC (shared memory and semaphores) in order to
3
system must support SysV IPC (shared memory and semaphores) in order to
4
use this module.
4
use this module.
5
6
WWW: http://search.cpan.org/search?dist=IPC-ShareLite
(-)pkg-plist (-1 / +1 lines)
Lines 5-8 Link Here
5
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix
5
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix
6
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite
6
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true
8
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IPC 2>/dev/null || true
8
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPC 2>/dev/null || true

Return to bug 29450