NAME

App::sdview::Output::Plain - generate plain-text output from App::sdview

SYNOPSIS

$ sdview README.pod -o plain > README.txt

DESCRIPTION

This output module allows App::sdview to generate output text without any special formatting, other than indentation and spacing applied in plain text characters. The generated output should be similar to the formatted output rendered for terminal use, except with none of the embedded terminal control codes used to apply formatting.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>