From c1ff3441a2007aa5e29ce42b407faa57d511d746 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 29 Jul 2006 18:51:11 +0000 Subject: 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 --- Bugzilla/Install/Requirements.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 81b6cc4cb..baaeb49df 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 { -- cgit v1.2.3-24-g4f1b