|
NAMEPod::Elemental::Transformer::Pod5 - the default, minimal semantics of Perl5's pod element hierarchyVERSIONversion 0.103005SYNOPSISPod::Elemental::Transformer::Pod5->new->transform_node($pod_elem_document); ...and that's it. OVERVIEWThe 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. CONFIGURATIONNone. For now, it just does the same thing every time with no configuration or options.AUTHORRicardo SIGNES <rjbs@cpan.org>COPYRIGHT AND LICENSEThis 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.
Visit the GSP FreeBSD Man Page Interface. |