scrape COBISS
[Biblio-Z3950.git] / t / 1-COBISS.t
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use Test::More tests => 2;
7
8 use_ok 'COBISS';
9
10 ok( my $results = COBISS->search() );
11