Subject: | Some classes include parent in @ISA, but don't use/require it |
Font::TTF::Cvt_, Font::TTF::Fdsc, Font::TTF::Fpgm and others don't "use" ("require") their parent Font::TTF::Table. Table descriptions can appear in any order in TTF directory, and if first one happens from list above, then program dies:
Can't locate object method "new" via package "Font::TTF::Cvt_" at C:/berrybrew/5.26.0_64_PDL/perl/site/lib/Font/TTF/Font.pm line 450.
It seems that such fonts are extremely rare, but fix would be extremely easy (and correct Perl), too.