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