1Test2::Tools::Encoding(U3s)er Contributed Perl DocumentatTieosnt2::Tools::Encoding(3)
2
3
4
6 Test2::Tools::Encoding - Tools for managing the encoding of Test2 based
7 tests.
8
10 This module exports a function that lets you dynamically change the
11 output encoding at will.
12
14 use Test2::Tools::Encoding;
15
16 set_encoding('utf8');
17
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
27 The source code repository for Test2-Suite can be found at
28 https://github.com/Test-More/Test2-Suite/.
29
31 Chad Granum <exodist@cpan.org>
32
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.34.0 2021-11-16 Test2::Tools::Encoding(3)