POD2::Base

POD2::Base is a base module for translations of Perl documentation.
Download

POD2::Base Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Enrico Sorcinelli
  • Publisher web site:
  • http://search.cpan.org/~ferreira/POD2-Base-0.043/lib/POD2/Base.pod

POD2::Base Tags


POD2::Base Description

POD2::Base is a base module for translations of Perl documentation. POD2::Base is a base module for translations of Perl documentation.SYNOPSIS use POD2::Base; $pod2 = POD2::Base->new({ lang => 'EO' }); @dirs = $pod2->pod_dirs; $re = $pod2->search_perlfunc_re;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.)This is guaranteed to work even for older versions of perldoc. It is not very convenient but always works.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 >(Note: this support was shipped together with the recently released 5.10.0 version the Perl interpreter.)The objective of this class is to provide a minimum base to help perldoc and authors of translation packages to do their job. Requirements: · Perl


POD2::Base Related Software