logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Locale::Po4a::Chooser - manage po4a modules

Authors

        Denis Barbier <barbier@linuxfr.org>
        Martin Quinson (mquinson#debian.org)

Description

       Locale::Po4a::Chooser is a module to manage po4a modules. Previously, all po4a binaries used to know all
       po4a modules (pod, man, sgml, etc). This made the addition of a new module boring, because you had to
       make sure that the documentation is synchronized in all modules, and that each of them can access the new
       module.

       Now, you just have to call the Locale::Po4a::Chooser::new() function, passing the name of module as
       argument.

       The function Locale::Po4a::Chooser::list() lists the available formats, and exits with the value passed
       as argument. So, we call Locale::Po4a::Chooser::list(0) when requested for the list of formats, and
       Locale::Po4a::Chooser::list(1) when passed an invalid format name.

Name

       Locale::Po4a::Chooser - manage po4a modules

See Also

       About po4a:
           Locale::Po4a::Po(3pm), Locale::Po4a::TransTractor(3pm), po4a(7)

       About modules:
           Locale::Po4a::Dia(3pm),             Locale::Po4a::Docbook(3pm),             Locale::Po4a::Guide(3pm),
           Locale::Po4a::Halibut(3pm),          Locale::Po4a::Ini(3pm),           Locale::Po4a::KernelHelp(3pm),
           Locale::Po4a::LaTeX(3pm), Locale::Po4a::Man(3pm), Locale::Po4a::Pod(3pm), Locale::Po4a::RubyDoc(3pm),
           Locale::Po4a::Sgml(3pm), Locale::Po4a::TeX(3pm), Locale::Po4a::Texinfo(3pm), Locale::Po4a::Text(3pm),
           Locale::Po4a::Wml(3pm).   Locale::Po4a::Xhtml(3pm),  Locale::Po4a::Xml(3pm),  Locale::Po4a::Wml(3pm),
           Locale::Po4a::Yaml(3pm).

See Also