use Test::More; use ServerConnection; my $connection = ServerConnection->new(); $connection->connect(); ok( 1==1, "A test"); # etc....