]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1560873: require Template-Toolkit 3.008 (#97)
authorDave Miller <justdave@bugzilla.org>
Tue, 19 Dec 2023 09:55:20 +0000 (04:55 -0500)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2023 09:55:20 +0000 (01:55 -0800)
require version 3.008, r,a=dylan

Makefile.PL

index e5a051d54e4217e127a5edbf145250e22cd60d09..b8f953b6933a07cabfe92c784393065d45df10e3 100755 (executable)
@@ -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',