1Test2::Plugin::IOEventsU(s3e)r Contributed Perl DocumentaTteisotn2::Plugin::IOEvents(3)
2
3
4
6 Test2::Plugin::IOEvents - Turn STDOUT and STDERR into Test2 events.
7
9 This plugin turns prints to STDOUT and STDERR (including warnings) into
10 proper Test2 events.
11
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
20 The magic of this module is achieved via tied variables.
21
23 The source code repository for Test2-Plugin-IOEvents can be found at
24 https://github.com/Test-More/Test2-Plugin-IOEvents/.
25
27 Chad Granum <exodist@cpan.org>
28
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.1 2021-01-27 Test2::Plugin::IOEvents(3)