From: Tony Cook Date: Sun, 6 Feb 2011 01:03:45 +0000 (+1100) Subject: t1 no longer needs a type check X-Git-Tag: Imager-0.81~6 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/cc80f0257b0703581ff3e6516d722434babc5ca1 t1 no longer needs a type check --- diff --git a/lib/Imager/Font.pm b/lib/Imager/Font.pm index 2144219a..1b51c23d 100644 --- a/lib/Imager/Font.pm +++ b/lib/Imager/Font.pm @@ -25,7 +25,6 @@ my %drivers = module=>'Imager/Font/T1.pm', files=>'.*\.pfb$', description => 'T1Lib', - checktype => 1, }, ft2=>{ class=>'Imager::Font::FT2',