NAME
Pod::Simple::Role::StripVerbatimIndent - Strip indentation from verbatim sections sanely
SYNOPSIS
package MyPodParser;
with 'Pod::Simple::Role::StripVerbatimIndent;
my $parser = MyPodParser->new;
$parser->output_string(\my $html);
$parser->parse_string_document($pod);
DESCRIPTION
Strips the indentation from verbatim blocks, while not corrupting tab indents.
The shortest indentation in the verbatim block (excluding empty lines) will be stripped from all lines.
SUPPORT
See MetaCPAN::Pod::XHTML for support and contact information.
AUTHORS
See MetaCPAN::Pod::XHTML for authors.
COPYRIGHT AND LICENSE
See MetaCPAN::Pod::XHTML for the copyright and license.