Pod::Elemental::Transformer::Pod5(3pm) | User Contributed Perl Documentation | Pod::Elemental::Transformer::Pod5(3pm) |
Pod::Elemental::Transformer::Pod5 - the default, minimal semantics of Perl5's pod element hierarchy
version 0.103006
Pod::Elemental::Transformer::Pod5->new->transform_node($pod_elem_document);
...and that's it.
The Pod5 transformer is meant to be used to convert the result of a "stock" Pod::Elemental::Document into something simpler to work with. It assumes that the document conforms more or less to the convetions laid out in perlpod and perlpodspec. It is not very strict, and makes very few assumptions, described here:
Further, all elements are replaced with equivalent elements that perform the Pod::Elemental::Autoblank role, so all "blank" events can be removed form the tree and ignored.
This library should run on perls released even a long time ago. It should work on any version of perl released in the last five years.
Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.
None. For now, it just does the same thing every time with no configuration or options.
Ricardo SIGNES <cpan@semiotic.systems>
This software is copyright (c) 2022 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.
2023-01-05 | perl v5.36.0 |