The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Elemental::Element::Pod5::Verbatim - a Pod verbatim paragraph

VERSION

version 0.102364

OVERVIEW

Pod5::Verbatim elements represent "verbatim" paragraphs of text. These are ordinary, flat paragraphs of text that were indented in the source Pod to indicate that they should be represented verbatim in formatted output. The following paragraph is a verbatim paragraph:

  This is a verbatim
      paragraph
         right here.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.