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.103006
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

PERL VERSION

21       This library should run on perls released even a long time ago.  It
22       should work on any version of perl released in the last five years.
23
24       Although it may work on older versions of perl, no guarantee is made
25       that the minimum required version will not be increased.  The version
26       may be increased for any reason, and there is no promise that patches
27       will be accepted to lower the minimum required perl.
28

METHODS

30   transform_node
31         my $node = $nester->transform_node($node);
32
33       This method alters the given node and returns it.  Apart from that, the
34       sky is the limit.
35

AUTHOR

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