Locale::Po4a::Common - common parts of the po4a scripts and utils

NAME

Locale::Po4a::Common - common parts of the po4a scripts and utils

DESCRIPTION

Locale::Po4a::Common contains common parts of the po4a scripts and some useful functions used along the other modules.

In order to use Locale::Po4a programatically, one may want to disable the use of Text::WrapI18N, by writing e.g.

use Locale::Po4a::Common qw(nowrapi18n);
use Locale::Po4a::Text;

instead of:

use Locale::Po4a::Text;

Ordering is important here: as most Locale::Po4a modules themselves load Locale::Po4a::Common, the first time this module is loaded determines whether Text::WrapI18N is used.

FUNCTIONS

Showing output messages

Wrappers for other modules

AUTHORS

Jordi Vilalta <jvprat@gmail.com>

COPYRIGHT AND LICENSE

Copyright 2005 by SPI, inc.

This program is free software; you may redistribute it and/or modify it under the terms of GPL (see the COPYING file).

 Locale::Po4a::Common - common parts of the po4a scripts and utils