Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-IPC-Pipeline | Distribution: Mageia |
Version: 1.0.0 | Vendor: Mageia.Org |
Release: 5.mga8 | Build date: Wed Feb 12 06:24:42 2020 |
Group: Development/Perl | Build host: localhost |
Size: 39056 | Source RPM: perl-IPC-Pipeline-1.0.0-5.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://search.cpan.org/dist/IPC-Pipeline | |
Summary: Create a shell-like pipeline of many running commands |
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.
GPLv1+ or Artistic
* Wed Feb 12 2020 umeabot <umeabot> 1.0.0-5.mga8 + Revision: 1495229 - Mageia 8 Mass Rebuild + wally <wally> - replace deprecated %makeinstall_std * Wed Sep 19 2018 umeabot <umeabot> 1.0.0-4.mga7 + Revision: 1268842 - Mageia 7 Mass Rebuild
/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.xz /usr/share/perl5/vendor_perl/IPC /usr/share/perl5/vendor_perl/IPC/Pipeline.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 10:18:22 2024