]> 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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Fri, 21 Oct 2022 23:39:55 +0000 (01:39 +0200)
commit66b25af88fcc12c982bdd10d943ce88407a030f2
treed0f6bea2e29d20f3df7cd10ee47a41d02825e7d3
parenta6bab497711c18ed50c7aeb88f33863175379edc
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>
(cherry picked from commit 6c49c489d6d8ad9dd8e3e02d9d623895f79d3607)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
cpanfile