]> git.imager.perl.org - bse.git/blame - t/120-thumb/00load.t
use multi_param() if available to avoid the new warning
[bse.git] / t / 120-thumb / 00load.t
CommitLineData
03c73acf
TC
1#!perl -w
2use strict;
3use Test::More;
4
5BEGIN {
6 eval "use Imager; 1"
7 or plan skip_all => "Imager not installed";
8}
9
10plan tests => 1;
11use_ok("BSE::Thumb::Imager");