1Test::Stream::IPC::FileUss(e3r)Contributed Perl DocumentTaetsito:n:Stream::IPC::Files(3)
2
3
4

NAME

6       Test::Stream::IPC::Files - Temp dir + Files concurrency model.
7

DEPRECATED

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

DESCRIPTION

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

SYNOPSIS

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

SEE ALSO

33       See Test::Stream::IPC for methods.
34

SOURCE

36       The source code repository for Test::Stream can be found at
37       http://github.com/Test-More/Test-Stream/.
38

MAINTAINERS

40       Chad Granum <exodist@cpan.org>
41

AUTHORS

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.30.0                      2019-07-26       Test::Stream::IPC::Files(3)
Impressum