debian man page for pod::elemental::transformer

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)

NAME
Pod::Elemental::Transformer - something that transforms a node tree into a new tree
VERSION
version 0.102362
OVERVIEW
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:
METHODS
transform_node my $node = $nester->transform_node($node); This method alters the given node and returns it. Apart from that, the sky is the limit.
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This 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)
Related Man Pages
dist::zilla::plugin::podweaver(3pm) - debian
pod::elemental::element::pod5::region(3pm) - debian
pod::elemental::transformer::nester(3pm) - debian
pod::wsdl::attr(3pm) - debian
pod::wsdl::fault(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?