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::Output::Pod - generate Pod output from App::sdview

SYNOPSIS

   $ sdview README.md -o Pod > README.pod

DESCRIPTION

This output module adds to App::sdview the ability to output text in Pod formatting. Given a Pod file as input, the output should be relatively similar, up to minor details like whitespacing. Given input in some other format, it will do a reasonable job attempting to represent most of the structure and formatting.

As an extension it will output underline formatting using the U<...> code, which is recognised by App::sdview::Parser::Pod.

TODO

  • Some handling of tables. Pod does not (currently?) support tables, but at least we could emit some kind of plain-text rendering of the contents.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>