File: 00_compile.t

package info (click to toggle)
libwww-opensearch-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,663; xml: 31; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use Test::More tests => 8;

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';
    use_ok 'WWW::OpenSearch::Agent';
    use_ok 'WWW::OpenSearch::Request';
}