diff options
author | ghendricks%novell.com <> | 2006-09-22 07:48:09 +0200 |
---|---|---|
committer | ghendricks%novell.com <> | 2006-09-22 07:48:09 +0200 |
commit | 4b7f5333bf1fb21d2ecbb9b503ebd185a91465c8 (patch) | |
tree | 8362e141a81d00b3e1392936b05082da82ac6c73 /Bugzilla/Install | |
parent | 46357cc8f571e43762b373c2b02bf9147ac4e9d0 (diff) | |
download | bugzilla-4b7f5333bf1fb21d2ecbb9b503ebd185a91465c8.tar.gz bugzilla-4b7f5333bf1fb21d2ecbb9b503ebd185a91465c8.tar.xz |
Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
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', |