NAME
Pod::MultiLang::Pod - turn MultiLang-pod into just pod
SYNOPSIS
$parser = Pod::MultiLang::Pod->new(%opts);
$parser->parse_from_file($infile,$outfile);
DESCRIPTION
Pod::MultiLang::Pod translates pod into normal pod. This inherits Pod::MultiLang and it inherits Pod::Parser, usage is same as Pod::Parser.
OPTIONS
method new takes follow arguments:
- langs
-
langs => [qw(ja en)]
inherited from Pod::MultiLang. pass to Pod::MultiLang->new(). see "new" in Pod::MultiLang.
specify using languals. not specifieds are ignore if it exists in mlpod document.
- in_charset
-
encoding for input document. default is utf-8.
- out_charset
-
encoding for output document. default is utf-8.
and embed as <meta content="Content-Type" value="text/html; charset=" /> .
- default_lang
-
language for outsize of J<> interior sequence.