]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10
authorghendricks%novell.com <>
Fri, 22 Sep 2006 05:48:09 +0000 (05:48 +0000)
committerghendricks%novell.com <>
Fri, 22 Sep 2006 05:48:09 +0000 (05:48 +0000)
Bugzilla/Install/Requirements.pm

index fbe153b25348f1638464435a124b967d9bfeb866..22c581eae79c853cad89cb236c67c2167c27fdff 100644 (file)
@@ -61,7 +61,7 @@ use constant REQUIRED_MODULES => [
     },
     {
         name => 'Template',
-        version => '2.10'
+        version => '2.12'
     },
     {
         name => 'Mail::Mailer',