14 lines
104 B
Perl
14 lines
104 B
Perl
$|=1;
|
|
print "1..2\n";
|
|
|
|
use Gimp qw(:consts);
|
|
print "ok 1\n";
|
|
|
|
print "ok 2\n" if SHARPEN_CONVOLVE;
|
|
|
|
|
|
|
|
|
|
|
|
|