# ---------------------------------------------------------------- use strict; use Test::More tests => 2; # ---------------------------------------------------------------- { use_ok('XML::OverHTTP'); my $api = XML::OverHTTP->new(); ok( ref $api, 'new()' ); } # ---------------------------------------------------------------- ;1; # ----------------------------------------------------------------