This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmarc-parser-raw-perl.

commit 4f78df2f6f0ccbb6c931549b4f28745f18f4cd44
Author: Johann Rolschewski <rolschew...@gmail.com>
Date:   Fri May 30 16:20:58 2014 +0200

    fix documentation
---
 lib/MARC/Parser/RAW.pm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/MARC/Parser/RAW.pm b/lib/MARC/Parser/RAW.pm
index 31a999d..84b54c9 100644
--- a/lib/MARC/Parser/RAW.pm
+++ b/lib/MARC/Parser/RAW.pm
@@ -1,6 +1,6 @@
 package MARC::Parser::RAW;
 
-# ABSTRACT: MARC RAW format parser
+# ABSTRACT: Parser for ISO 2709 encoded MARC records
 # VERSION
 
 use strict;
@@ -27,12 +27,12 @@ Readonly my $END_OF_RECORD      => qq{\N{INFORMATION 
SEPARATOR THREE}};
 
 =head1 DESCRIPTION
 
-L<MARC::Parser::RAW> is a lightweight, fault tolerent parser for raw MARC 
-records. Tags, indicators and subfield codes are not validated against the 
-MARC standard. Record length from leader and field lengths from the directory 
-are ignored. Records with a faulty structure will be skipped with a warning. 
-The resulting data structure is optimized for usage with the L<Catmandu> data 
-tool kit.    
+L<MARC::Parser::RAW> is a lightweight, fault tolerent parser for ISO 2709 
+encoded MARC records. Tags, indicators and subfield codes are not validated 
+against the MARC standard. Record length from leader and field lengths from 
+the directory are ignored. Records with a faulty structure will be skipped 
+with a warning. The resulting data structure is optimized for usage with the 
+L<Catmandu> data tool kit.    
 
 L<MARC::Parser::RAW> expects UTF-8 encoded files as input. Otherwise provide a 
 filehande with a specified I/O layer or specify encoding.
@@ -201,7 +201,7 @@ sub _field {
 
 L<Catmandu>, L<Catmandu::Importer::MARC>.
 
-=head1 Acknowledgement
+=head1 ACKNOWLEDGEMENT
 
 The parser methods are adapted from Marc Chantreux's L<MARC::MIR> module.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmarc-parser-raw-perl.git

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

Reply via email to