1Test2::Tools::Encoding(U3s)er Contributed Perl DocumentatTieosnt2::Tools::Encoding(3)
2
3
4

NAME

6       Test2::Tools::Encoding - Tools for managing the encoding of Test2 based
7       tests.
8

DESCRIPTION

10       This module exports a function that lets you dynamically change the
11       output encoding at will.
12

SYNOPSIS

14           use Test2::Tools::Encoding;
15
16           set_encoding('utf8');
17

EXPORTS

19       All subs are exported by default.
20
21       set_encoding($encoding)
22           This will set the encoding to whatever you specify. This will only
23           affect the output of the current formatter, which is usually your
24           TAP output formatter.
25

SOURCE

27       The source code repository for Test2-Suite can be found at
28       https://github.com/Test-More/Test2-Suite/.
29

MAINTAINERS

31       Chad Granum <exodist@cpan.org>
32

AUTHORS

34       Chad Granum <exodist@cpan.org>
35
37       Copyright 2018 Chad Granum <exodist@cpan.org>.
38
39       This program is free software; you can redistribute it and/or modify it
40       under the same terms as Perl itself.
41
42       See http://dev.perl.org/licenses/
43
44
45
46perl v5.30.0                      2019-07-26         Test2::Tools::Encoding(3)
Impressum