]> git.imager.perl.org - imager.git/commitdiff
use the newer "W32" spelling of Win32 for the font driver
authorTony Cook <tony@develop=help.com>
Thu, 16 Sep 2010 13:13:29 +0000 (13:13 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 16 Sep 2010 13:13:29 +0000 (13:13 +0000)
lib/Imager/Font.pm

index 2a0d124d71011ace3df95bd6cbc216655dc22092..53b150fd24c406fcb3eb1f847cf4411d52d5acd8 100644 (file)
@@ -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',
         },
   );