summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-09-09 06:47:25 +0200
committermkanat%bugzilla.org <>2006-09-09 06:47:25 +0200
commitbc57b647a1b727cf037094a3498509f49914a90d (patch)
treeea6f5eb699daa95016ddcd2fc2ba75b301f58373 /Bugzilla/Install/Requirements.pm
parent460eb160b7d524b38fe7ea340922521c333282d7 (diff)
downloadbugzilla-bc57b647a1b727cf037094a3498509f49914a90d.tar.gz
bugzilla-bc57b647a1b727cf037094a3498509f49914a90d.tar.xz
Bug 351478: userprefs.cgi mysteriously fails (Our template-toolkit requirement is too low)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-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 3a27bb2e4..ea3d81eb9 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -58,7 +58,7 @@ use constant REQUIRED_MODULES => [
},
{
name => 'Template',
- version => '2.08'
+ version => '2.10'
},
{
name => 'Mail::Mailer',