From fb54623a12619014f7a936e55dd0e1a947760285 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 22 Oct 2023 17:17:56 +0200 Subject: [PATCH] Add Locale::CLDR minimum version --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index b0b8013277..295c8c657c 100644 --- a/cpanfile +++ b/cpanfile @@ -37,7 +37,7 @@ recommends 'Cpanel::JSON::XS', '3.0206'; # 3.0206 adds 'allow_bignum' option recommends 'JSON::PP', '2.00'; # 1.99_01 adds 'allow_bignum' requires 'JSONSchema::Validator'; requires 'List::MoreUtils'; -requires 'Locale::CLDR'; +requires 'Locale::CLDR', '0.34.2'; # Keep thoss in sync with the languages defined in Pg-database.sql requires 'Locale::CLDR::Locales::Ar', '0.34.2'; requires 'Locale::CLDR::Locales::Bg', '0.34.2';