From: Dave Miller Date: Tue, 19 Dec 2023 09:55:20 +0000 (-0500) Subject: Bug 1560873: require Template-Toolkit 3.008 (#97) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58670c683f98783cd865589604810b9b7961211a;p=thirdparty%2Fbugzilla.git Bug 1560873: require Template-Toolkit 3.008 (#97) require version 3.008, r,a=dylan --- diff --git a/Makefile.PL b/Makefile.PL index e5a051d54..b8f953b69 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -90,7 +90,7 @@ my %requires = ( 'Scope::Guard' => '0.21', 'Sereal' => '4.004', 'Sub::Quote' => '2.005000', - 'Template' => '2.24', + 'Template' => '3.008', 'Text::CSV_XS' => '1.26', 'Throwable' => '0.200013', 'Type::Tiny' => '1.004004',