diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-16 14:29:46 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-16 15:07:05 +0100 |
commit | df82b5e62a1066752d9260728485772dbafae8c5 (patch) | |
tree | b5eceaed91189efaa3a53df20093bed37c79d8bf /doc | |
parent | 1c53179e978380d7447f6e5f9a8f4d69f88a854a (diff) |
po: when possible, disable use of Text::WrapI18N in po4a; else warn about too old po4a
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 92fba349f..5c98f3485 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -333,11 +333,8 @@ means the `Text` module only. [Debian bug #470250](http://bugs.debian.org/470250)), but it is optional and we do not need the features it provides. -> I proposed a patch based on Joey's to po4a-devel, allowing to fully -> disable this module's use. When it is merged upstream, we'll need to add -> `use Locale::Po4a::Common qw(nowrapi18n)` to `po.pm`, before loading -> any other `Locale::Po4a` module. A versioned dependency may be needed. -> --[[intrigeri]] +> If a recent enough po4a is installed, this module's use is fully disabled. +> This feature has been merged in po4a CVS on 2009-01-15. --[[intrigeri]] ##### Term::ReadKey |