NAME

pod2docbook - convert .pod files to .html files

SYNOPSIS

pod2docbook --help --infile=<name> --outfile=<name>
            --title=<name> --verbose

DESCRIPTION

Converts files from pod format ( see perlpod ) to HTML format.

ARGUMENTS

pod2docbook takes the following arguments:

help
--help

Displays the usage message.

infile
--infile=name

Specify the pod file to convert. Input is taken from STDIN if no infile is specified.

outfile
--outfile=name

Specify the HTML file to create. Output goes to STDOUT if no outfile is specified.

title
--title=title

Specify the title of the resulting HTML file.

verbose
--verbose

Display progress messages.

AUTHOR

Alligator Descartes <descarte@arcana.co.uk> from the original pod2html source code by Tom Christiansen, <tchrist@perl.com>, for it is he.

BUGS

See Pod::DocBook for a list of known bugs in the translator.

SEE ALSO

perlpod, Pod::DocBook

COPYRIGHT

This program is distributed under the Artistic License.