|
NAMEPod::Elemental::Transformer - something that transforms a node tree into a new treeVERSIONversion 0.103005OVERVIEWPod::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: METHODStransform_nodemy $node = $nester->transform_node($node); This method alters the given node and returns it. Apart from that, the sky is the limit. 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. |