# $Id: Net-Z3950-Simple2ZOOM.t,v 1.1 2007-07-06 15:32:25 mike Exp $ use Test::More tests => 1; BEGIN { use_ok('Net::Z3950::Simple2ZOOM') }; # That's all for now.