MARC::Moose::Parser::Isis - ISIS records parser
version 1.0.46
Converter used in order to convert characters encoding from the source records. This uses Text::Iconv.
So:
my $parser = MARC::Moose::Parser::Isis->new();
is equivalent to:
my $parser = MARC::Moose::Parser::Isis->new( converter => Text::Iconv->new( "cp857", "utf8" );
MARC::Moose
MARC::Moose::Parser
Text::Iconv
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.