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 ac03d9dbdffdc6b2a3ba4382fee3b2b05a95a233 Author: Johann Rolschewski <[email protected]> Date: Thu May 21 15:43:04 2015 +0200 fix typo in POD --- lib/MARC/Parser/RAW.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/MARC/Parser/RAW.pm b/lib/MARC/Parser/RAW.pm index 801c29c..531b117 100644 --- a/lib/MARC/Parser/RAW.pm +++ b/lib/MARC/Parser/RAW.pm @@ -39,15 +39,15 @@ MARC::Parser::RAW - Parser for ISO 2709 encoded MARC records =head1 DESCRIPTION -L<MARC::Parser::RAW> is a lightweight, fault tolerent parser for ISO 2709 +L<MARC::Parser::RAW> is a lightweight, fault tolerant 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. +L<MARC::Parser::RAW> expects UTF-8 encoded files as input. Otherwise provide +a filehande with a specified I/O layer or specify encoding. =head1 MARC -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
