NAME
Pod::Elemental::Element::Pod5::Verbatim - a Pod verbatim paragraph
VERSION
version 0.103005
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) 2020 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.