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>