1Child::IPC::Pipe(3) User Contributed Perl Documentation Child::IPC::Pipe(3)
2
3
4
6 Child::IPC::Pipe - Pipe based IPC plugin for Child
7
9 Creates 2 pipes just before forking.
10
12 Most of this was part of Parallel::Runner intended for use in the
13 Fennec project. Fennec is being broken into multiple parts, this is one
14 such part.
15
17 This module is part of the Fennec project. See Fennec for more details.
18 Fennec is a project to develop an extendable and powerful testing
19 framework. Together the tools that make up the Fennec framework
20 provide a potent testing environment.
21
22 The tools provided by Fennec are also useful on their own. Sometimes a
23 tool created for Fennec is useful outside the greater framework. Such
24 tools are turned into their own projects. This is one such project.
25
26 Fennec - The core framework
27 The primary Fennec project that ties them all together.
28
30 Chad Granum exodist7@gmail.com
31
33 Copyright (C) 2010 Chad Granum
34
35 Child is free software; Standard perl licence.
36
37 Child is distributed in the hope that it will be useful, but WITHOUT
38 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
39 FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.
40
41
42
43perl v5.30.0 2019-07-26 Child::IPC::Pipe(3)