EditButtonTip 2020-05-04

class Pod::Block

Block in a Pod document

class Pod::Block { }

Class for a Pod block, and base class for most other Pod classes.

A Pod block has contents (more pod blocks or strings) and a config hash.

Useful subclasses:

ClassUsed for
Pod::Block::Paraparagraphs
Pod::Block::Namednamed blocks
Pod::Block::Declaratordeclarator blocks
Pod::Block::Codecode blocks
Pod::Block::Commentcomments
Pod::Block::Table=begin/end table tabular data
Pod::Heading=head1 etc. headings
Pod::Itemlist items
Pod::Defndefinition lists
Pod::FormattingCodeformatting codes

Methods§

method contents§

method contents(--> Positional:D)

Returns a list of contents of this block.

method config§

method config(--> Map:D)

Returns a hash of configs.