The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mlpod2pod - MultiLang-pod into just a normal pod

SYNOPSIS

 mlpod2pod [options] mlpodfile > podfile

DESCRIPTION

turn multilang pod into just a normal pod.

OPTIONS

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

--outfile="filename"

output to filename.

-o "filename"

alias for --outfile="filename".

--auto-out

output to *.pod file. filename is auto-generated by input filename.

--langs=""

select output languages written in mlpod document. separated by ','.

ENVIRONMENT VARIABLES

MLPOD_LANGS

same as --langs=$MLPOD_LANGS. using only --langs is ommitted.

SEE ALSO

Pod::MultiLang