GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Pod::Elemental::Transformer(3) User Contributed Perl Documentation Pod::Elemental::Transformer(3)

Pod::Elemental::Transformer - something that transforms a node tree into a new tree

version 0.103005

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:

  my $node = $nester->transform_node($node);

This method alters the given node and returns it. Apart from that, the sky is the limit.

Ricardo SIGNES <rjbs@cpan.org>

This 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.

2020-01-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.