| Pod-MultiLang documentation | view source | Contained in the Pod-MultiLang distribution. |
Pod::MultiLang::Pod - turn MultiLang-pod into just pod
$parser = Pod::MultiLang::Pod->new(%opts); $parser->parse_from_file($infile,$outfile);
Pod::MultiLang::Pod translates pod into normal pod. This inherits Pod::MultiLang and it inherits Pod::Parser, usage is same as Pod::Parser.
method new takes follow arguments:
langs => [qw(ja en)]
inherited from Pod::MultiLang. pass to Pod::MultiLang->new(). see new in Pod::MultiLang.
specify languages.
paragraphs which exist in mlpod document but not selected with
langs are ignored in result.
encoding for input document. default is utf-8.
encoding for output document. default is utf-8.
and embed as <meta content="Content-Type" value="text/html; charset=" /> .
language for outsize of J<> interior sequence.
create new instance.
This module implements Pod::Parser.
| Pod-MultiLang documentation | view source | Contained in the Pod-MultiLang distribution. |