1Pod::POM::Node::Over(3)User Contributed Perl DocumentatioPnod::POM::Node::Over(3)
2
3
4
6 Pod::POM::Node::Over - POM '=over' node class
7
9 use Pod::POM::Nodes;
10
12 This class implements '=over' Pod nodes. As described by the
13 perlpodspec man page =over/=back regions are used for various kinds of
14 list-like structures (including blockquote paragraphs).
15
16 =item 1.
17
18 ordered list
19
20 =item *
21
22 text paragraph
23
24 unordered list
25
26 =item text
27
28 text paragraph
29
30 definition list
31
33 Andrew Ford <a.ford@ford-mason.co.uk>
34
35 Andy Wardley <abw@kfs.org>
36
38 Copyright (C) 2000, 2001 Andy Wardley. All Rights Reserved.
39
40 Copyright (C) 2009 Andrew Ford. All Rights Reserved.
41
42 This module is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.
44
46 Consult Pod::POM::Node for a discussion of nodes.
47
48
49
50perl v5.32.1 2021-01-27 Pod::POM::Node::Over(3)