1Pod::Weaver::Plugin::TrUasnesrfoCromnetrr(i3b)uted PerlPDoodc:u:mWeenatvaetri:o:nPlugin::Transformer(3)
2
3
4

NAME

6       Pod::Weaver::Plugin::Transformer - apply arbitrary transformers
7

VERSION

9       version 4.019
10

OVERVIEW

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

PERL VERSION

29       This module should work on any version of perl still receiving updates
30       from the Perl 5 Porters.  This means it should work on any version of
31       perl released in the last two to three years.  (That is, if the most
32       recently released version is v5.40, then this module should work on
33       both v5.40 and v5.38.)
34
35       Although it may work on older versions of perl, no guarantee is made
36       that the minimum required version will not be increased.  The version
37       may be increased for any reason, and there is no promise that patches
38       will be accepted to lower the minimum required perl.
39

AUTHOR

41       Ricardo SIGNES <cpan@semiotic.systems>
42
44       This software is copyright (c) 2023 by Ricardo SIGNES.
45
46       This is free software; you can redistribute it and/or modify it under
47       the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.38.0                      2023-07-21Pod::Weaver::Plugin::Transformer(3)
Impressum