]> git.imager.perl.org - imager.git/blob - ICO/t/t70icosing.t
6a42ec840557cc2e59b18997db9c714d5476dfe5
[imager.git] / ICO / t / t70icosing.t
1 #!perl -w
2 use strict;
3 use Test::More tests => 1;
4 use Imager;
5 require '../t/testtools.pl';
6
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";