We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d160 commit ff64f84Copy full SHA for ff64f84
1 file changed
t/Object/Fonts.xt
@@ -87,6 +87,9 @@ my $bad_guys = qr/(
87
88
$x = Prima::Image->new;
89
my @fonts;
90
+my $F = $x->fonts;
91
+plan skip_all => "No fontconfig fonts" unless @$F;
92
+
93
for my $f ( @{$x->fonts} ) {
94
next if $f->{name} =~ /$bad_guys/;
95
next unless $f->{name} =~ /$filter/;
0 commit comments