1Test2::Plugin::IOEventsU(s3e)r Contributed Perl DocumentaTteisotn2::Plugin::IOEvents(3)
2
3
4

NAME

6       Test2::Plugin::IOEvents - Turn STDOUT and STDERR into Test2 events.
7

DESCRIPTION

9       This plugin turns prints to STDOUT and STDERR (including warnings) into
10       proper Test2 events.
11

SYNOPSIS

13           use Test2::Plugin::IOEvents;
14
15       This is also useful at the command line for 1-time use:
16
17           $ perl -MTest2::Plugin::IOEvents path/to/test.t
18

CAVEATS

20       The magic of this module is achieved via tied variables.
21

SOURCE

23       The source code repository for Test2-Plugin-IOEvents can be found at
24       https://github.com/Test-More/Test2-Plugin-IOEvents/.
25

MAINTAINERS

27       Chad Granum <exodist@cpan.org>
28

AUTHORS

30       Chad Granum <exodist@cpan.org>
31
33       Copyright 2020 Chad Granum <exodist@cpan.org>.
34
35       This program is free software; you can redistribute it and/or modify it
36       under the same terms as Perl itself.
37
38       See http://dev.perl.org/licenses/
39
40
41
42perl v5.32.0                      2020-07-28        Test2::Plugin::IOEvents(3)
Impressum