Scroll to navigation

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

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 <a.ford@ford-mason.co.uk>

Andy Wardley <abw@kfs.org>

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.

2015-11-20 perl v5.38.2