From 66372a755bbee2f5a9021043fd8758608475fcd6 Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 9 Mar 2022 17:22:50 +1300 Subject: [PATCH] Bug 30252: lower version of 'Locale::XGettext::TT2' to 0.6 Content-Type: text/plain; charset="utf-8" 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 --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index b8773ebde8..70fbcec3e8 100644 --- a/cpanfile +++ b/cpanfile @@ -145,7 +145,7 @@ recommends 'Gravatar::URL', '1.03'; recommends 'HTTPD::Bench::ApacheBench', '0.73'; recommends 'LWP::Protocol::https', '5.836'; recommends 'Lingua::Ispell', '0.07'; -recommends 'Locale::XGettext::TT2', '0.7'; +recommends 'Locale::XGettext::TT2', '0.6'; recommends 'Module::Bundled::Files', '0.03'; recommends 'Module::Load::Conditional', '0.38'; recommends 'Module::Pluggable', '3.9'; -- 2.20.1