3 use Test::More tests => 1;
5 require '../t/testtools.pl';
7 # checks that we load the ICO write handler automatically
8 my $img = test_oo_img();
9 ok($img->write(file => 'testout/icosing.ico'),
10 "write ico with autoload")
11 or print "# ",$img->errstr,"\n";