summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghendricks%novell.com <>2006-09-22 07:48:09 +0200
committerghendricks%novell.com <>2006-09-22 07:48:09 +0200
commit4b7f5333bf1fb21d2ecbb9b503ebd185a91465c8 (patch)
tree8362e141a81d00b3e1392936b05082da82ac6c73
parent46357cc8f571e43762b373c2b02bf9147ac4e9d0 (diff)
downloadbugzilla-4b7f5333bf1fb21d2ecbb9b503ebd185a91465c8.tar.gz
bugzilla-4b7f5333bf1fb21d2ecbb9b503ebd185a91465c8.tar.xz
Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10
-rw-r--r--Bugzilla/Install/Requirements.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index fbe153b25..22c581eae 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -61,7 +61,7 @@ use constant REQUIRED_MODULES => [
},
{
name => 'Template',
- version => '2.10'
+ version => '2.12'
},
{
name => 'Mail::Mailer',