From: mkanat%bugzilla.org <> Date: Sat, 9 Sep 2006 04:50:30 +0000 (+0000) Subject: Bug 351478: userprefs.cgi mysteriously fails (Our template-toolkit requirement is... X-Git-Tag: bugzilla-2.22.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45aa75ada868bc202e44b4635ca50d33bd61ce07;p=thirdparty%2Fbugzilla.git Bug 351478: userprefs.cgi mysteriously fails (Our template-toolkit requirement is too low) Patch By Max Kanat-Alexander r=colin, a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index 11305e32bd..b35f965f60 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -313,7 +313,7 @@ my $modules = [ }, { name => 'Template', - version => '2.08' + version => '2.10' }, { name => 'Text::Wrap', diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt index 909dba2fc1..036b0509fe 100644 --- a/docs/rel_notes.txt +++ b/docs/rel_notes.txt @@ -102,7 +102,7 @@ Required Perl Modules DBI v1.38 File::Spec v0.84 File::Temp (any) - Template Toolkit v2.08 + Template Toolkit v2.10 (changed from 2.20) Text::Wrap v2001.0131 Mail::Mailer v1.67 (changed from 2.20) MIME::Base64 v3.01 (new in 2.22) diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 3487a9a8a9..d0caa33075 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -46,7 +46,7 @@ - +