mlpod2html(1) - Linux man page

Name

mlpod2html - MultiLang-pod into html

Synopsis

mlpod2html [options] podfile > htmlfile

Description

wrapper as executable for Pod::MultiLang::Html.

Options

in arguments, if it starts with '-', there are options. after '--', there are file list.

OPTIONS FROM Pod::MultiLang::Html

much of options are passed to Pod::MultiLang::Html->new method. see Pod::MultiLang::Html for option list

naming format is "--key-name="optiona value"" like command line. '--' starting of "--key-name" is removed, and '-' is replaces '_'.

"--key-name="option value"" means "Pod::MultiLang::Html-E<gt>new( key_name => 'optiona value' );".

if "option value" part is comitted, 1 is used for default value.

for options which takes array-reference, pass with comma (or colon) separator.

please not specify same option multiply.

for each files, same instance of Pod::MultiLang::Html is used.

EXTENDED OPTIONS

mlpod2html original options.
--outfile
--outfile="filename"
set output file.
--auto-out
--auto-html
if true, output file is autogenerated by input file.

SHORT NAME OPTIONS

there is some short names as alais.
-o "filename"
alias for --outfile="filename"

Environment Variables

MLPOD_LANGS

same as --langs="$MLPOD_LANGS"

Todo

--conffile=""

set of options.
recurse dirs
if directory is specified, proceed recursively. output files corresponds in --out-dir="" directory.

History

see Pod::MultiLang.

See Also

Pod::MultiLang::Html