Query: pod::elemental::transformer
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pod::Elemental::Transformer(3pm) User Contributed Perl Documentation Pod::Elemental::Transformer(3pm)NAMEPod::Elemental::Transformer - something that transforms a node tree into a new treeVERSIONversion 0.102362OVERVIEWPod::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_node my $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) 2012 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. perl v5.14.2 2012-05-05 Pod::Elemental::Transformer(3pm)