NAME

mlpod2pod - MultiLang-pod into just a normal pod

SYNOPSIS

mlpod2pod [options] mlpodfile > podfile

DESCRIPTION

turn multilang pod into just a normal pod. this is simple loose script not using Pod::Parser.

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.

HISTORY

v0.01 initial version

SEE ALSO

Pod::MultiLang

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 20:

=over should be: '=over' or '=over positive_number'

Around line 44:

=over should be: '=over' or '=over positive_number'