1Pod::Weaver::Plugin::TrUasnesrfoCromnetrr(i3b)uted PerlPDoodc:u:mWeenatvaetri:o:nPlugin::Transformer(3)
2
3
4
6 Pod::Weaver::Plugin::Transformer - apply arbitrary transformers
7
9 version 4.018
10
12 This plugin acts as a Pod::Weaver::Role::Dialect that applies an
13 arbitrary Pod::Elemental::Transformer to your input document. It is
14 configured like this:
15
16 [-Transformer / Lists]
17 transformer = List
18 format_name = outline
19
20 This will end up creating a transformer like this:
21
22 my $xform = Pod::Elemental::Transformer::List->new({
23 format_name => 'outline',
24 });
25
26 and that transformer will then be handed the entire input Pod document.
27
29 This module has the same support period as perl itself: it supports
30 the two most recent versions of perl. (That is, if the most recently
31 released version is v5.40, then this module should work on both v5.40
32 and v5.38.)
33
34 Although it may work on older versions of perl, no guarantee is made
35 that the minimum required version will not be increased. The version
36 may be increased for any reason, and there is no promise that patches
37 will be accepted to lower the minimum required perl.
38
40 Ricardo SIGNES <rjbs@semiotic.systems>
41
43 This software is copyright (c) 2021 by Ricardo SIGNES.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.34.0 2021-07-22Pod::Weaver::Plugin::Transformer(3)