NAME
MARC::Moose::Parser::Legacy - Parser for MARC::Record legacy records
VERSION
version 1.0.49
SYNOPSYS
# Get a MARC::Record
my
$legacy_record
= GetMarcBiblio(100);
my
$parser
= MARC::Moose::Parser::Legacy->new();
# Transform it into MARC::Moose::Record
my
$record
=
$parser
->parse(
$legacy_record
);
SEE ALSO =for :list * MARC::Moose * MARC::Moose::Parser * MARC::Record
AUTHOR
Frédéric Demians <f.demians@tamil.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 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.