The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catmandu::Importer::SRU::Parser::mods - Package imports SRU responses with MODS records

SYNOPSIS

  my $importer = Catmandu::Importer::SRU->new(
    base => 'http://www.unicat.be/sru',
    query => '(isbn=0855275103 or isbn=3110035170 or isbn=9010017362 or isbn=9014026188)',
    recordSchema => 'mods',
    parser => 'mods',
  );

DESCRIPTION

Uses Catmandu::Importer::MODS to transform MODS records of the SRU response into hashes.

AUTHOR

Johann Rolschewski, <jorol at cpan.org>