1Test::Stream::IPC::FileUss(e3r)Contributed Perl DocumentTaetsito:n:Stream::IPC::Files(3)
2
3
4
6 Test::Stream::IPC::Files - Temp dir + Files concurrency model.
7
9 This distribution is deprecated in favor of Test2, Test2::Suite, and
10 Test2::Workflow.
11
12 See Test::Stream::Manual::ToTest2 for a conversion guide.
13
15 This is the default, and fallback concurrency model for Test::Stream.
16 This sends events between processes and threads using serialized files
17 in a temporary directory. This is not particularily fast, but it works
18 everywhere.
19
21 use Test::Stream::IPC::Files;
22 use Test::Stream ...;
23
24 or
25
26 use Test::Stream ..., 'IPC' => ['Files'];
27
28 or
29
30 use Test::Stream ..., 'IPC' => ['+Test::Stream::IPC::Files'];
31
33 See Test::Stream::IPC for methods.
34
36 The source code repository for Test::Stream can be found at
37 http://github.com/Test-More/Test-Stream/.
38
40 Chad Granum <exodist@cpan.org>
41
43 Chad Granum <exodist@cpan.org>
44
46 Copyright 2015 Chad Granum <exodist7@gmail.com>.
47
48 This program is free software; you can redistribute it and/or modify it
49 under the same terms as Perl itself.
50
51 See http://dev.perl.org/licenses/
52
53
54
55perl v5.34.0 2021-07-27 Test::Stream::IPC::Files(3)