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.015
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 Ricardo SIGNES <rjbs@cpan.org>
30
32 This software is copyright (c) 2016 by Ricardo SIGNES.
33
34 This is free software; you can redistribute it and/or modify it under
35 the same terms as the Perl 5 programming language system itself.
36
37
38
39perl v5.28.1 2016-10-15Pod::Weaver::Plugin::Transformer(3)