X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=t%2F00_compile.t;h=0981f98bbe66789c9223f7260ff132c388155faa;hp=32a1ed540357f60de3b3e244970b1ded86fefefa;hb=0418a266d571b99934f124a6d8e2b1d4b99f22fc;hpb=3b5cb6bbbb1e0ab3c88dde5067ab53cbcb613aa2 diff --git a/t/00_compile.t b/t/00_compile.t index 32a1ed5..0981f98 100644 --- a/t/00_compile.t +++ b/t/00_compile.t @@ -1,5 +1,5 @@ use strict; -use Test::More tests => 6; +use Test::More tests => 8; BEGIN { use_ok 'WWW::OpenSearch'; @@ -8,4 +8,6 @@ BEGIN { use_ok 'WWW::OpenSearch::Url'; use_ok 'WWW::OpenSearch::Query'; use_ok 'WWW::OpenSearch::Image'; + use_ok 'WWW::OpenSearch::Agent'; + use_ok 'WWW::OpenSearch::Request'; }