Option | Default |
---|---|
charset | 'utf-8' |
lexicon | <required> |
Returns the character-set used inside the POT files.
Returns a sorted list of all known domain names.
Returns the Log::Report::Lexicon::Index object, which is listing the files in the lexicon directory tree.
Returns the list of Log::Report::Lexicon::POT objects which contain the tables for $domain.
Remove all references.
Option | Default |
---|---|
keep | [] |
Update the domains mentioned in the $filename. All text-domains defined in the file will get updated automatically, but should not written before all files are processed.
Returned is the number of messages found in this particular file.
Show a status about the DOMAIN (by default all domains). At least mode verbose is required to see this.
The statistics are sent to (Log::Report) dispatchers which accept notice and info. This could be syslog. When you have no explicit dispatchers in your program, the level of detail get controled by the 'mode':
use Log::Report mode => 'DEBUG'; # or 'VERBOSE'
Register the existence of a ($msg, $msg_plural) in all POTs of the $domain.
Update the information of the files related to $domain, by default all processed DOMAINS.
All information known about the written $domain is removed from the cache.