SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-IPC-Pipeline rpm build for : PCLinuxOS. For other distributions click perl-IPC-Pipeline.

Name : perl-IPC-Pipeline
Version : 1.0.0 Vendor : (none)
Release : 4pclos2017 Date : 2017-07-12 21:49:22
Group : Development/Perl Source RPM : perl-IPC-Pipeline-1.0.0-4pclos2017.src.rpm
Size : 0.04 MB
Packager : bb2 < bb2>
Summary : Create a shell-like pipeline of many running commands
Description :
Similar in calling convention to IPC::Open3, pipeline() spawns N children,
connecting the first child to the FIRST_CHLD_IN handle, the final child to
LAST_CHLD_OUT, and each child to a shared standard error handle,
CHILDREN_ERR. Each subsequent filter specified causes a new process to be
fork()ed. Each process is linked to the last with a file descriptor pair
created by pipe(), using dup2() to chain each process\' standard input to
the last standard output.

FEATURES
IPC::Pipeline accepts external commands to be executed in the form of
ARRAY references containing the command name and each argument, as well
as CODE references that are executed within their own processes as
well, each as independent parts of a pipeline.

ARRAY REFS
When a filter is passed in the form of an ARRAY containing an
external system command, each such item is executed in its own
subprocess in the following manner.

RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-IPC-Pipeline-1.0.0-4pclos2017.noarch.rpm
     

Provides :
perl(IPC::Pipeline)
perl-IPC-Pipeline

Requires :
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl-base => 5.22.3


Content of RPM :
/usr/lib/perl5/vendor_perl/5.22.3/IPC
/usr/lib/perl5/vendor_perl/5.22.3/IPC/Pipeline.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/IPC
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/IPC/Pipeline
/usr/share/doc/perl-IPC-Pipeline
/usr/share/doc/perl-IPC-Pipeline/COPYRIGHT
/usr/share/doc/perl-IPC-Pipeline/Changes
/usr/share/doc/perl-IPC-Pipeline/LICENSE
/usr/share/doc/perl-IPC-Pipeline/META.json
/usr/share/doc/perl-IPC-Pipeline/META.yml
/usr/share/doc/perl-IPC-Pipeline/MYMETA.yml
/usr/share/man/man3/IPC::Pipeline.3pm.bz2

 
ICM