]> git.imager.perl.org - imager.git/blame - t/GoodTestFont.pm
skip t/x30podlinkcheck.t if Pod::Parser 1.50 not available
[imager.git] / t / GoodTestFont.pm
CommitLineData
9413a3f3
TC
1package GoodTestFont;
2use strict;
3use vars '@ISA';
4
5# this doesn't do enough to be a font
6
7sub new {
8 my ($class, %opts) = @_;
9
10 return bless \%opts, $class; # as long as it's true
11}
12
131;