1Pod::POM::Nodes(3) User Contributed Perl Documentation Pod::POM::Nodes(3)
2
3
4
6 Pod::POM::Nodes - convenience class to load all node classes
7
9 use Pod::POM::Nodes;
10
12 This module implements a convenience class that simply uses all of the
13 subclasses of Pod::POM::Node. (It used to include all the individual
14 classes inline, but the node classes have been factored out into
15 individual modules.)
16
18 Andy Wardley <abw@kfs.org>
19
21 Copyright (C) 2000, 2001 Andy Wardley. All Rights Reserved.
22
23 This module is free software; you can redistribute it and/or modify it
24 under the same terms as Perl itself.
25
27 Consult Pod::POM for a general overview and examples of use.
28
29
30
31perl v5.34.0 2022-01-21 Pod::POM::Nodes(3)