]> git.koha-community.org Git - koha.git/commit
Bug 30252: lower version of 'Locale::XGettext::TT2' to 0.6
authorMason James <mtj@kohaaloha.com>
Wed, 9 Mar 2022 04:22:50 +0000 (17:22 +1300)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 25 Mar 2022 13:24:18 +0000 (09:24 -0400)
commit6c49c489d6d8ad9dd8e3e02d9d623895f79d3607
tree7c6e8a8c492e838ce5b6363da8a81ac11a17b115
parent151658ce85b90db6ff76c0254b8b4cc2fa0bb3ed
Bug 30252: lower version of 'Locale::XGettext::TT2' to 0.6

this patch reduces the required version of 'Locale::XGettext::TT2' to 0.6

version 0.7 of of Locale::XGettext::TT2 is incompatible with the current version of libintl-perl (1.26), so we use 0.6 instead

 https://packages.debian.org/stretch/libintl-perl
 https://metacpan.org/release/GUIDO/Template-Plugin-Gettext-0.6/view/lib/Locale/XGettext/TT2.pm

we will move to 'Locale::XGettext::TT2' 0.7 when libintl-perl-1.32 arrives
 https://tracker.debian.org/pkg/libintl-perl

small change, no test plan

Signed-off-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
cpanfile