summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Z3950.pm
blob: 934acd2a48fce804a0e44ccd1edabb7d14d6a200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
package Catmandu::Z3950;

=head1 NAME

Catmandu::Z3950 - Catmandu module for working with Z3950 data

=head1 VERSION

Version 0.04

=head1 SYNOPSIS

  $ catmandu convert Z3950 --host z3950.loc.gov --port 7090 --databaseName Voyager --query "(title = dinosaur)"

=cut

our $VERSION = '0.06';

=head1 MODULES

=over

=item * L<Catmandu::Importer::Z3950>

=back

=head1 AUTHOR

=over

=item * Wouter Willaert, C<< wouterw at inuits.eu> >>

=item * Patrick Hochstenbach, C<< patrick.hochstenbach at ugent.be> >>

=back

=head1 CONTRIBUTORS

=over

=item * Emmanuel Di Pretoro, C<< edipretoro at gmail.com >>

=back

=head1 LICENSE AND COPYRIGHT

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

=cut

1;