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

  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.

This library should run on perls released even a long time ago. It should work on any version of perl released in the last five years.

Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.

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

Ricardo SIGNES <cpan@semiotic.systems>

This software is copyright (c) 2022 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.

2022-12-31 perl v5.40.2

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.