1Pod::Elemental::Node(3)User Contributed Perl DocumentatioPnod::Elemental::Node(3)
2
3
4
6 Pod::Elemental::Node - a thing with Pod::Elemental::Nodes as children
7
9 version 0.103006
10
12 Classes that include Pod::Elemental::Node represent collections of
13 child Pod::Elemental::Paragraphs. This includes Pod documents, Pod5
14 regions, and nested Pod elements produced by the Gatherer transformer.
15
17 This library should run on perls released even a long time ago. It
18 should work on any version of perl released in the last five years.
19
20 Although it may work on older versions of perl, no guarantee is made
21 that the minimum required version will not be increased. The version
22 may be increased for any reason, and there is no promise that patches
23 will be accepted to lower the minimum required perl.
24
26 children
27 This attribute is an arrayref of Pod::Elemental::Node-performing
28 objects, and represents elements contained by an object.
29
31 Ricardo SIGNES <cpan@semiotic.systems>
32
34 This software is copyright (c) 2022 by Ricardo SIGNES.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.36.0 2023-01-20 Pod::Elemental::Node(3)