1Pod::Elemental::TransfoUrsmeerr(C3o)ntributed Perl DocumPeondt:a:tEiloenmental::Transformer(3)
2
3
4

NAME

6       Pod::Elemental::Transformer - something that transforms a node tree
7       into a new tree
8

VERSION

10       version 0.103005
11

OVERVIEW

13       Pod::Elemental::Transformer is a role to be composed by anything that
14       takes a node and messes around with its contents.  This includes
15       transformers to implement Pod dialects, Pod tree nesting strategies,
16       and Pod document rewriters.
17
18       A class including this role must implement the following methods:
19

METHODS

21   transform_node
22         my $node = $nester->transform_node($node);
23
24       This method alters the given node and returns it.  Apart from that, the
25       sky is the limit.
26

AUTHOR

28       Ricardo SIGNES <rjbs@cpan.org>
29
31       This software is copyright (c) 2020 by Ricardo SIGNES.
32
33       This is free software; you can redistribute it and/or modify it under
34       the same terms as the Perl 5 programming language system itself.
35
36
37
38perl v5.32.0                      2020-07-28    Pod::Elemental::Transformer(3)
Impressum