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

App::sdview::Parser::Pod - parse Pod files for App::sdview

SYNOPSIS

   $ sdview README.pod

   $ sdview -f Pod my-document

DESCRIPTION

This parser module adds to App::sdview the ability to parse input text in Pod formatting.

It uses Pod::Simple as its driving parser.

As an extension, it also supports the inline formatting code U<...> to request underline formatting.

The S<...> formatting code is handled by converting inner spaces to non-breaking spaces (U+00A0) characters in the returned string.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>