Koha/t/Z3950.t
2007-06-18 03:20:19 +00:00

5 lines
119 B
Perl

BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use C4::Z3950;
$loaded = 1;
print "ok 1\n";