Commit c1ff3441 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 346295: When Template::Plugin::GD is missing, checksetup.pl tells you to…

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 <mkanat@bugzilla.org> r=LpSolit, a=justdave
parent d4d6011c
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment