Initial revision
[libwww-opensearch-perl.git] / t / 12-response.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5
6 use_ok( 'WWW::OpenSearch::Response' );