X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=t%2F00_compile.t;h=32a1ed540357f60de3b3e244970b1ded86fefefa;hp=208a797cf89416667d5a8b8c79a52023e0e965c9;hb=51d6cd8e2223091f60850c0eecab47a50a21fb30;hpb=d3c1dfd242036eb00a38bd6466ee45df7cb7215e diff --git a/t/00_compile.t b/t/00_compile.t index 208a797..32a1ed5 100644 --- a/t/00_compile.t +++ b/t/00_compile.t @@ -1,9 +1,11 @@ use strict; -use Test::More tests => 4; +use Test::More tests => 6; BEGIN { use_ok 'WWW::OpenSearch'; use_ok 'WWW::OpenSearch::Description'; use_ok 'WWW::OpenSearch::Response'; use_ok 'WWW::OpenSearch::Url'; + use_ok 'WWW::OpenSearch::Query'; + use_ok 'WWW::OpenSearch::Image'; }