File: README

package info (click to toggle)
libtest2-plugin-ioevents-perl 0.001001-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 177; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
NAME

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

DESCRIPTION

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

SYNOPSIS

        use Test2::Plugin::IOEvents;

    This is also useful at the command line for 1-time use:

        $ perl -MTest2::Plugin::IOEvents path/to/test.t

CAVEATS

    The magic of this module is achieved via tied variables.

SOURCE

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

MAINTAINERS

    Chad Granum <exodist@cpan.org>

AUTHORS

    Chad Granum <exodist@cpan.org>

COPYRIGHT

    Copyright 2020 Chad Granum <exodist@cpan.org>.

    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/