METHODS

Constructors

$class->new( %options )
See new in Log::Report::Extract.

Accessors

$obj->addPot( $domain, $pot, %options )
See addPot in Log::Report::Extract.
$obj->charset
See charset in Log::Report::Extract.
$obj->domains
See domains in Log::Report::Extract.
$obj->index
See index in Log::Report::Extract.
$obj->pots( $domain )
See pots in Log::Report::Extract.

Processors

$obj->cleanup( %options )
See cleanup in Log::Report::Extract.
$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'

charset => STRING
$obj->showStats( [$domains] )
See showStats in Log::Report::Extract.
$obj->store( $domain, $filename, $linenr, $context, $msg, [$msg_plural] )
See store in Log::Report::Extract.
$obj->write( [$domain] )
See write in Log::Report::Extract.