]> git.imager.perl.org - imager.git/blob - ICO/t/t72cursing.t
use $Config{path_sep} instead of working it out on our own
[imager.git] / ICO / t / t72cursing.t
1 #!perl -w
2 use strict;
3 use Test::More tests => 1;
4 use Imager;
5 use Imager::Test qw(test_image);
6
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";