[libcatmandu-marc-perl] 52/208: gh#44: Fix type list in POD
Jonas Smedegaard
dr at jones.dk
Sat Oct 28 03:42:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag upstream/1.19
in repository libcatmandu-marc-perl.
commit 7e2c129d71228330e9f90e89b1ea466533993780
Author: Johann Rolschewski <jorol at cpan.org>
Date: Thu Sep 15 09:39:35 2016 +0200
gh#44: Fix type list in POD
---
lib/Catmandu/Exporter/MARC.pm | 21 +++++++++++++++------
lib/Catmandu/Importer/MARC.pm | 30 +++++++++++++++++++++---------
2 files changed, 36 insertions(+), 15 deletions(-)
diff --git a/lib/Catmandu/Exporter/MARC.pm b/lib/Catmandu/Exporter/MARC.pm
index 8911407..430c529 100644
--- a/lib/Catmandu/Exporter/MARC.pm
+++ b/lib/Catmandu/Exporter/MARC.pm
@@ -29,12 +29,21 @@ to a file or the standard output.
Create a new MARC exporter of the given type. Currently we support:
- USMARC alias for ISO, B<deprecated, will be removed in future version>
- ISO L<Catmandu::Importer::MARC::ISO>
- XML L<Catmandu::Exporter::MARC::XML>
- MARCMaker L<Catmandu::Exporter::MARC::MARCMaker>
- MiJ L<Catmandu::Exporter::MARC::MiJ> (Marc in Json)
- ALEPHSEQ L<Catmandu::Exporter::MARC::ALEPHSEQ>
+=over
+
+=item * USMARC: alias for ISO, B<deprecated, will be removed in future version>
+
+=item * ISO: L<Catmandu::Importer::MARC::ISO>
+
+=item * XML: L<Catmandu::Exporter::MARC::XML>
+
+=item * MARCMaker: L<Catmandu::Exporter::MARC::MARCMaker>
+
+=item * MiJ: L<Catmandu::Exporter::MARC::MiJ> (Marc in Json)
+
+=item * ALEPHSEQ: L<Catmandu::Exporter::MARC::ALEPHSEQ>
+
+=back
=item file
diff --git a/lib/Catmandu/Importer/MARC.pm b/lib/Catmandu/Importer/MARC.pm
index 47f415d..7b43987 100644
--- a/lib/Catmandu/Importer/MARC.pm
+++ b/lib/Catmandu/Importer/MARC.pm
@@ -70,15 +70,27 @@ Read more about processing data with Catmandu on the wiki: L<https://github.com/
Create a new MARC importer of the given type. Currently we support:
- USMARC alias for ISO, B<deprecated, will be removed in future version>
- ISO L<Catmandu::Importer::MARC::ISO>
- MicroLIF L<Catmandu::Importer::MARC::MicroLIF>
- MARCMaker L<Catmandu::Importer::MARC::MARCMaker>
- MiJ L<Catmandu::Importer::MARC::MiJ>
- XML L<Catmandu::Importer::MARC::XML>
- RAW L<Catmandu::Importer::MARC::RAW>
- Lint L<Catmandu::Importer::MARC::Lint>
- ALEPHSEQ L<Catmandu::Importer::MARC::ALEPHSEQ>
+=over
+
+=item * USMARC: alias for ISO, B<deprecated, will be removed in future version>
+
+=item * ISO: L<Catmandu::Importer::MARC::ISO>
+
+=item * MicroLIF: L<Catmandu::Importer::MARC::MicroLIF>
+
+=item * MARCMaker: L<Catmandu::Importer::MARC::MARCMaker>
+
+=item * MiJ: L<Catmandu::Importer::MARC::MiJ>
+
+=item * XML: L<Catmandu::Importer::MARC::XML>
+
+=item * RAW: L<Catmandu::Importer::MARC::RAW>
+
+=item * Lint: L<Catmandu::Importer::MARC::Lint>
+
+=item * ALEPHSEQ: L<Catmandu::Importer::MARC::ALEPHSEQ>
+
+=back
=item file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl.git
More information about the Pkg-perl-cvs-commits
mailing list