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.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>