From: Tony Cook Date: Thu, 16 Sep 2010 13:13:29 +0000 (+0000) Subject: use the newer "W32" spelling of Win32 for the font driver X-Git-Tag: Imager-0.79~53 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/2e3464cd1a9d60b005279f88a7a8f673f1692013 use the newer "W32" spelling of Win32 for the font driver --- diff --git a/lib/Imager/Font.pm b/lib/Imager/Font.pm index 2a0d124d..53b150fd 100644 --- a/lib/Imager/Font.pm +++ b/lib/Imager/Font.pm @@ -37,8 +37,8 @@ my %drivers = files=>'.*\.ifs$', }, w32=>{ - class=>'Imager::Font::Win32', - module=>'Imager/Font/Win32.pm', + class=>'Imager::Font::W32', + module=>'Imager/Font/W32.pm', description => 'Win32 GDI Fonts', }, );