MAN page from OpenSuSE perl-Perlito5-9.028-lp156.4.1.noarch.rpm
Perlito5X::Test2::IPC::Driver::Files
Section: User Contributed Perl Documentation (3)
Updated: 2024-12-05
Index NAME
Test2::IPC::Driver::Files - Temp dir + Files concurrency model.
DESCRIPTION
This is the default, and fallback concurrency model for Test2. Thissends events between processes and threads using serialized files in atemporary directory. This is not particularly fast, but it works everywhere.
SYNOPSIS
use Test2::IPC::Driver::Files; # IPC is now enabled
ENVIRONMENT VARIABLES
- T2_KEEP_TEMPDIR=0
- When true, the tempdir used by the IPC driver will not be deleted when the testis done.
- T2_TEMPDIR_TEMPLATE='test2-XXXXXX'
- This can be used to set the template for the IPC temp dir. The template shouldfollow template specifications from File::Temp.
SEE ALSO
See Test2::IPC::Driver for methods.
SOURCE
The source code repository for Test2 can be found at
http://github.com/Test-More/test-more/.
MAINTAINERS
- Chad Granum <exodistAATTcpan.org>
AUTHORS
- Chad Granum <exodistAATTcpan.org>
COPYRIGHT
Copyright 2016 Chad Granum <exodistAATTcpan.org>.
This program is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/
Index
- NAME
- DESCRIPTION
- SYNOPSIS
- ENVIRONMENT VARIABLES
- SEE ALSO
- SOURCE
- MAINTAINERS
- AUTHORS
- COPYRIGHT
This document was created byman2html,using the manual pages.