summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjake%acutex.net <>2002-01-17 10:57:24 +0100
committerjake%acutex.net <>2002-01-17 10:57:24 +0100
commit7f11d4f1b5546becd6618b67f4314cbe6a6c90f8 (patch)
treeb11f641d293ed2718f4447ebddb5c83259938ef8 /checksetup.pl
parent011dd594c1c84821c3e77d99faeb43e940d9d4bb (diff)
downloadbugzilla-7f11d4f1b5546becd6618b67f4314cbe6a6c90f8.tar.gz
bugzilla-7f11d4f1b5546becd6618b67f4314cbe6a6c90f8.tar.xz
Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.
r= bbaetz, justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 99f2df135..e5864921b 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -190,7 +190,7 @@ unless (have_vers("Data::Dumper",0)) { push @missing,"Data::Dumper" }
unless (have_vers("DBD::mysql","1.2209")) { push @missing,"DBD::mysql" }
unless (have_vers("Date::Parse",0)) { push @missing,"Date::Parse" }
unless (have_vers("AppConfig","1.52")) { push @missing,"AppConfig" }
-unless (have_vers("Template","2.01")) { push @missing,"Template" }
+unless (have_vers("Template","2.06")) { push @missing,"Template" }
unless (have_vers("Text::Wrap","2001.0131")) { push @missing,"Text::Wrap" }
# If CGI::Carp was loaded successfully for version checking, it changes the