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 6ba3b1d34ee061628d4ae14c9d35afd97a3ad844
Author: Patrick Hochstenbach <[email protected]>
Date:   Tue Jan 31 13:55:29 2017 +0100

    Adding POD
---
 Changes                        |  2 ++
 lib/Catmandu/MARC/Tutorial.pod | 14 +++++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index d1a759b..48b15f7 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Catmandu-MARC
 
 {{$NEXT}}
+  - Adding support for inline marc_spec
+  - Updated POD
 
 1.05  2017-01-19 16:05:10 CET
   - Adding Carsten Klee's MARC::Spec contribution
diff --git a/lib/Catmandu/MARC/Tutorial.pod b/lib/Catmandu/MARC/Tutorial.pod
index c9768b3..febddf6 100644
--- a/lib/Catmandu/MARC/Tutorial.pod
+++ b/lib/Catmandu/MARC/Tutorial.pod
@@ -8,15 +8,23 @@ Catmandu::MARC::Tutorial - A documentation-only module for 
new users of Catmandu
 
 =head1 READING
 
-=head2 Convert MARC records into JSON
+=head2 Convert MARC21 records into JSON
 
 The command below converts file data.mrc into JSON:
 
    $ catmandu convert MARC to JSON < data.mrc
 
-=head2 Convert MARC records into YAML
+=head2 Convert MARC21 records into MARC-XML
 
-   $ catmandu convert MARC to YAML < data.mrc
+   $ catmandu convert MARC to MARC --type XML < data.mrc
+
+=head2 Convert UNIMARC records into JSON, XML, ...
+
+To read UNIMARC records use the RAW parser to get the correct character
+encoding.
+
+   $ catmandu convert MARC --type RAW to JSON < data.mrc
+   $ catmandu convert MARC --type RAW to MARC --type XML < data.mrc
 
 =head2 Create a CSV file containing all the titles
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to