From: mkanat%bugzilla.org <> Date: Sat, 29 Jul 2006 18:51:11 +0000 (+0000) Subject: Bug 346295: When Template::Plugin::GD is missing, checksetup.pl tells you to type... X-Git-Tag: bugzilla-2.23.3~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ff3441a2007aa5e29ce42b407faa57d511d746;p=thirdparty%2Fbugzilla.git Bug 346295: When Template::Plugin::GD is missing, checksetup.pl tells you to type "ppm install Template" instead of "ppm install Template-Toolkit" Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 81b6cc4cb8..baaeb49dff 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -171,7 +171,7 @@ use constant WIN32_MODULE_NAMES => { 'Mail::Mailer' => 'MailTools', # We provide Template 2.14 or lower for Win32, so it still includes # the GD plugin. - 'Template::Plugin::GD' => 'Template', + 'Template::Plugin::GD' => 'Template-Toolkit', }; sub check_requirements {