NAME
Log::Report::Extract::PerlPPI - Collect translatable strings from Perl using PPI
INHERITANCE
Log::Report::Extract::PerlPPI
is a Log::Report::Extract
SYNOPSIS
my $ppi = Log::Report::Extract::PerlPPI->new
( lexicon => '/usr/share/locale'
);
$ppi->process('lib/My/Pkg.pm'); # many times
$ppi->showStats;
$ppi->write;
# See script xgettext-perl
DESCRIPTION
This module helps maintaining the POT files, updating the list of message-ids which are kept in them. After initiation, the process() method needs to be called with all files which changed since last processing and the existing PO files will get updated accordingly. If no translations exist yet, one textdomain/xx.po
file will be created.
See documentation in the base class.
METHODS
See documentation in the base class.
Constructors
See documentation in the base class.
Accessors
See documentation in the base class.
Processors
See documentation in the base class.
- $obj->process(FILENAME, OPTIONS)
-
Update the domains mentioned in the FILENAME. All textdomains defined in the file will get updated automatically, but not written before all files where processed.
-Option --Default charset 'iso-8859-1'
- $obj->showStats([DOMAINs])
- $obj->store(DOMAIN, FILENAME, LINENR, MSG, [MSG_PLURAL])
- $obj->write([DOMAIN])
SEE ALSO
This module is part of Log-Report distribution version 0.997, built on September 27, 2013. Website: http://perl.overmeer.net/log-report/
LICENSE
Copyrights 2007-2013 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html