MARC::Moose::Reader::File::Isis - A file reader for ISIS (DOS) encoded records
version 1.0.46
Read next available MARC::Moose::Record from reader file using MARC::Moose::Parser::Isis 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() } );
MARC::Moose
MARC::Moose::Reader::File
MARC::Moose::Parser::Isis
Frédéric Demians <f.demians@tamil.fr>
This software is copyright (c) 2022 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.
To install MARC::Moose, copy and paste the appropriate command in to your terminal.
cpanm
cpanm MARC::Moose
CPAN shell
perl -MCPAN -e shell install MARC::Moose
For more information on module installation, please visit the detailed CPAN module installation guide.