Initial revision
[libwww-opensearch-perl.git] / t / 00_compile.t
1 use strict;
2 use Test::More tests => 4;
3
4 BEGIN {
5     use_ok 'WWW::OpenSearch';
6     use_ok 'WWW::OpenSearch::Description';
7     use_ok 'WWW::OpenSearch::Response';
8     use_ok 'WWW::OpenSearch::Url';
9 }