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->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