The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MARC::Moose::Reader::File::Isis - A file reader for ISIS (DOS) encoded records

VERSION

version 1.0.15

DESCRIPTION

Read next available MARC::Moose::Record from reader file using MARC::Moose::Parser::Isis parser.

ATTRIBUTES

parser

By default, use MARC::Moose::Parser::Isis to read MARC::Moose::Record records from a file.

has '+parser' => ( default => sub { MARC::Moose::Parser::Isis->new() } );

SEE ALSO

AUTHOR

Frédéric Demians <f.demians@tamil.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Frédéric Demians.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.