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::Pod5(3) User Contributed Perl Documentation Pod::Elemental::Transformer::Pod5(3)

Pod::Elemental::Transformer::Pod5 - the default, minimal semantics of Perl5's pod element hierarchy

version 0.103005

  Pod::Elemental::Transformer::Pod5->new->transform_node($pod_elem_document);

...and that's it.

The 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:
  • =begin/=end and =for enclose or produce regions within the document
  • regions are associated with format names; format names that begin with a colon enclose more pod-like content
  • regions nest strictly; all inner regions must end before outer regions
  • paragraphs in non-pod regions are "data" paragraphs
  • non-data paragraphs that start with spaces are "verbatim" paragraphs
  • groups of data or verbatim paragraphs can be consolidated

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.

None. For now, it just does the same thing every time with no configuration or options.

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.