From 45aa75ada868bc202e44b4635ca50d33bd61ce07 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 9 Sep 2006 04:50:30 +0000 Subject: [PATCH] Bug 351478: userprefs.cgi mysteriously fails (Our template-toolkit requirement is too low) Patch By Max Kanat-Alexander r=colin, a=justdave --- checksetup.pl | 2 +- docs/rel_notes.txt | 2 +- docs/xml/Bugzilla-Guide.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - + -- 2.47.2