LibreCat / Catmandu-MARC

Catmandu modules for working with MARC data
https://metacpan.org/release/Catmandu-MARC
Other
8 stars 10 forks source link

Bug #90849 #1

Closed jorol closed 10 years ago

jorol commented 10 years ago

Added importer for MARC::Record objects and tests.

# import from array of MARC::Record objects
my $importer = Catmandu::Importer::MARC->new(records => \@records);
my $records = $importer->to_array;

Added method _recordgenerator. Moved MARC::Record handling to method _decodemarc().