summaryrefslogtreecommitdiff
path: root/textproc/p5-POD2-Base/DESCR
blob: 8909170ac7158811def5407d73f6bf29e688ca73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This module is an abstraction of the code in POD2::IT and POD2::FR. These
modules belong to the Italian and the French translation projects of core
Perl pods.

Once a translation package had been installed, the translated
documentation can be accessed with:

    $ perldoc POD2::<lang>::<podname>

(where <lang> is a language abbreviation like IT, FR, TLH, etc.)

To improve the support to read translated docs, the perldoc utility (since
version 3.14_01) was updated to find translated PODs via:

    $ perldoc -L IT <podpage>
    $ perldoc -L FR -f <function>
    $ perldoc -L TH -q <FAQregex>