From: Dave Miller Date: Sat, 18 Nov 2023 08:30:54 +0000 (-0500) Subject: Bug 1560873: require Template-Toolkit 3.008 (#132) X-Git-Tag: bugzilla-5.3.3~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2902b7571069bc3fc8256808d5593d453bb09d8;p=thirdparty%2Fbugzilla.git Bug 1560873: require Template-Toolkit 3.008 (#132) --- diff --git a/META.json b/META.json index 29b0c35a57..88b131c985 100644 --- a/META.json +++ b/META.json @@ -377,7 +377,7 @@ "Math::Random::ISAAC" : "v1.0.1", "Module::Runtime" : "0", "Moo" : "2", - "Template" : "2.24", + "Template" : "3.008", "Test::Taint" : "1.06", "URI" : "1.55", "perl" : "5.014000" diff --git a/META.yml b/META.yml index a1647627bf..ddc99cfa39 100644 --- a/META.yml +++ b/META.yml @@ -186,7 +186,7 @@ requires: Math::Random::ISAAC: v1.0.1 Module::Runtime: '0' Moo: '2' - Template: '2.24' + Template: '3.008' Test::Taint: '1.06' URI: '1.55' perl: '5.014000' diff --git a/Makefile.PL b/Makefile.PL index 3f8cbc9452..45b4419ea9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,7 +69,7 @@ my %requires = ( 'Math::Random::ISAAC' => '1.0.1', 'Moo' => 2, 'Module::Runtime' => 0, - 'Template' => '2.24', + 'Template' => '3.008', 'Test::Taint' => '1.06', 'URI' => '1.55', );