3 use Test::More tests => 1;
5 use Imager::Test qw(test_image);
7 -d "testout" or mkdir "testout";
9 # checks that we load the CUR write handler automatically
10 my $img = test_image();
11 ok(Imager->write_multi({ file => 'testout/icomult.cur' }, $img, $img),
12 "write_multi cur with autoload")
13 or print "# ",Imager->errstr,"\n";