Pod::POM::Node::Over(3) User Contributed Perl Documentation NAME Pod::POM::Node::Over - POM '=over' node class SYNOPSIS use Pod::POM::Nodes; DESCRIPTION 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 AUTHOR Andrew Ford Andy Wardley COPYRIGHT 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. SEE ALSO Consult Pod::POM::Node for a discussion of nodes. perl v5.40.1 2025-03-15 Pod::POM::Node::Over(3)