Pod::Elemental::Transformer(3pm) | User Contributed Perl Documentation | Pod::Elemental::Transformer(3pm) |
Pod::Elemental::Transformer - something that transforms a node tree into a new tree
version 0.103005
Pod::Elemental::Transformer is a role to be composed by anything that takes a node and messes around with its contents. This includes transformers to implement Pod dialects, Pod tree nesting strategies, and Pod document rewriters.
A class including this role must implement the following methods:
my $node = $nester->transform_node($node);
This method alters the given node and returns it. Apart from that, the sky is the limit.
Ricardo SIGNES <rjbs@cpan.org>
This software is copyright (c) 2020 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2020-01-25 | perl v5.30.0 |