The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.102360

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) 2010 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.