Deprecated.
NAME
Test::Stream::Plugin::IPC - Plugin to load and configure IPC support.
DEPRECATED
This distribution is deprecated in favor of Test2, Test2::Suite, and Test2::Workflow.
See Test::Stream::Manual::ToTest2 for a conversion guide.
DESCRIPTION
The Test::Stream IPC layer provided by Test::Stream::IPC is responsible for sending events between threads and processes. This is necessary for any test files that fork or use threads. This plugin provides an interface to loading and using the IPC layer.
SYNOPSIS
You may wish to enable polling, which will pull in results frequently, by default results from other threads and processes all come it at once at the end of testing.
You can also import the cull()
function that can be used to pull results in on demand.
cull();
You can also specify a list of drivers to try in order:
SOURCE
The source code repository for Test::Stream can be found at http://github.com/Test-More/Test-Stream/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright 2015 Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/