1Pod::Weaver::Plugin::SiUnsgelreECnocnotdriinbgu(t3e)d PeProld:D:oWceuamveenrt:a:tPiloungin::SingleEncoding(3)
2
3
4
6 Pod::Weaver::Plugin::SingleEncoding - ensure that there is exactly one
7 =encoding of known value
8
10 version 4.018
11
13 The SingleEncoding plugin is a Dialect and a Finalizer.
14
15 During dialect translation, it will look for "=encoding" directives.
16 If it finds them, it will ensure that they all agree on one encoding
17 and remove them.
18
19 During document finalization, it will insert an "=encoding" directive
20 at the top of the output, using the encoding previously detected. If
21 no encoding was detected, the plugin's "encoding" attribute will be
22 used instead. That defaults to UTF-8.
23
24 If you want to reject any "=encoding" directive that doesn't match your
25 expectations, set the "encoding" attribute by hand.
26
27 No actual validation of the encoding is done. Pod::Weaver, after all,
28 deals in text rather than bytes.
29
31 This module has the same support period as perl itself: it supports
32 the two most recent versions of perl. (That is, if the most recently
33 released version is v5.40, then this module should work on both v5.40
34 and v5.38.)
35
36 Although it may work on older versions of perl, no guarantee is made
37 that the minimum required version will not be increased. The version
38 may be increased for any reason, and there is no promise that patches
39 will be accepted to lower the minimum required perl.
40
42 Ricardo SIGNES <rjbs@semiotic.systems>
43
45 This software is copyright (c) 2021 by Ricardo SIGNES.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.34.0 2022-01P-o2d1::Weaver::Plugin::SingleEncoding(3)