rewrite COBISS into perl object
[Biblio-Z3950.git] / t / 2-Aleph.t
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use Test::More tests => 3;
7
8 use_ok 'Aleph';
9
10 ok( my $search = Aleph->search( 'WTI=linux' ), 'search' );
11
12 ok( my $marc = Aleph->next_marc, 'next_marc' );