X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=t%2F00_compile.t;fp=t%2F00_compile.t;h=208a797cf89416667d5a8b8c79a52023e0e965c9;hp=0000000000000000000000000000000000000000;hb=ec50391b25e981b1b9bae8e42e03c0fc9c218845;hpb=3bea9ee9d57430b70d78dc4bed903b395bb4356a diff --git a/t/00_compile.t b/t/00_compile.t new file mode 100644 index 0000000..208a797 --- /dev/null +++ b/t/00_compile.t @@ -0,0 +1,9 @@ +use strict; +use Test::More tests => 4; + +BEGIN { + use_ok 'WWW::OpenSearch'; + use_ok 'WWW::OpenSearch::Description'; + use_ok 'WWW::OpenSearch::Response'; + use_ok 'WWW::OpenSearch::Url'; +}