diff options
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |