Pod::POM::Node::Over(3) User Contributed Perl Documentation Pod::POM::Node::Over(3)

Pod::POM::Node::Over - POM '=over' node class

use Pod::POM::Nodes;

This class implements '=over' Pod nodes. As described by the perlpodspec man page =over/=back regions are used for various kinds of list-like structures (including blockquote paragraphs).

=item 1.

ordered list

=item *
text paragraph

unordered list

=item text
text paragraph

definition list

Andrew Ford <a.ford@ford-mason.co.uk>

Andy Wardley <abw@kfs.org>

Copyright (C) 2000, 2001 Andy Wardley. All Rights Reserved.

Copyright (C) 2009 Andrew Ford. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Consult Pod::POM::Node for a discussion of nodes.

2025-03-15 perl v5.40.1