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