]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 346295: When Template::Plugin::GD is missing, checksetup.pl tells you to type...
authormkanat%bugzilla.org <>
Sat, 29 Jul 2006 18:51:11 +0000 (18:51 +0000)
committermkanat%bugzilla.org <>
Sat, 29 Jul 2006 18:51:11 +0000 (18:51 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

Bugzilla/Install/Requirements.pm

index 81b6cc4cb89a3149be33461d7662f5a09f70ab33..baaeb49dff7b7615e1cde404fc855eaf652b7ddb 100644 (file)
@@ -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 {