NAME

Pod::Elemental::Element::Pod5::Region - a region of Pod (this role likely to be removed)

VERSION

version 0.092930

ATTRIBUTES

format_name

This is the format to which the document was targeted. By default, this is undefined and the document is vanilla pod. If this is set, the document may or may not be pod, and is intended for some other form of processor. (See "is_pod".)

is_pod

If true, this document contains pod paragraphs, as opposed to data paragraphs. This will generally result from the document originating in a =begin block with a colon-prefixed target identifier:

=begin :html

  This is still a verbatim paragraph.

=end :html

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Ricardo SIGNES.

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