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::Maketext::Extract::Plugin::PPI - Perl format parser

Authors

       •   Clinton Gormley <drtech@cpan.org>

       •   Audrey Tang <cpan@audreyt.org>

Description

       Does exactly the same thing as the Locale::Maketext::Extract::Plugin::Perl parser, but more accurately,
       and more slowly. Considerably more slowly! For this reason it isn't a built-in plugin.

Known File Types

       .pm
       .pl
       .cgi

Name

       Locale::Maketext::Extract::Plugin::PPI - Perl format parser

See Also

       xgettext.pl
           for extracting translatable strings from common template systems and perl source files.

       Locale::Maketext::Lexicon
       Locale::Maketext::Extract::Plugin::Base
       Locale::Maketext::Extract::Plugin::Perl
       Locale::Maketext::Extract::Plugin::FormFu
       Locale::Maketext::Extract::Plugin::Perl
       Locale::Maketext::Extract::Plugin::TT2
       Locale::Maketext::Extract::Plugin::YAML
       Locale::Maketext::Extract::Plugin::TextTemplate
       Locale::Maketext::Extract::Plugin::Generic

Short Plugin Name

           none - the module must be specified in full

Synopsis

           $plugin = Locale::Maketext::Extract::Plugin::PPI->new(
               $lexicon            # A Locale::Maketext::Extract object
               @file_types         # Optionally specify a list of recognised file types
           )

           $plugin->extract($filename,$filecontents);

Valid Formats

       Valid localization function names are:

       translate
       maketext
       gettext
       l
       loc
       x
       _
       __

Version

       version 1.00

See Also