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.103005
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 children
18 This attribute is an arrayref of Pod::Elemental::Node-performing
19 objects, and represents elements contained by an object.
20
22 Ricardo SIGNES <rjbs@cpan.org>
23
25 This software is copyright (c) 2020 by Ricardo SIGNES.
26
27 This is free software; you can redistribute it and/or modify it under
28 the same terms as the Perl 5 programming language system itself.
29
30
31
32perl v5.30.1 2020-01-30 Pod::Elemental::Node(3)