summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Z3950.pm
diff options
context:
space:
mode:
authorMason James <mtj@kohaaloha.com>2023-01-26 18:53:22 +1300
committerMason James <mtj@kohaaloha.com>2023-01-26 18:53:22 +1300
commite3573a4fdbd4a9cf2fa30285e380b05b985adcea (patch)
tree53305bc1bd296feb9fd32660574d59ac2b1f5352 /lib/Catmandu/Z3950.pm
Import original source of Catmandu-Z3950 0.06
Diffstat (limited to 'lib/Catmandu/Z3950.pm')
-rw-r--r--lib/Catmandu/Z3950.pm55
1 files changed, 55 insertions, 0 deletions
diff --git a/lib/Catmandu/Z3950.pm b/lib/Catmandu/Z3950.pm
new file mode 100644
index 0000000..934acd2
--- /dev/null
+++ b/lib/Catmandu/Z3950.pm
@@ -0,0 +1,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;