NAME
Catmandu::Importer::SRU::Parser::mods - Package imports SRU responses with MODS records
SYNOPSIS
my %attrs = ( base => 'http://www.unicat.be/sru', query => '(isbn=0855275103 or isbn=3110035170 or isbn=9010017362 or isbn=9014026188)', recordSchema => 'mods' , parser => 'mods' , );
my $importer = Catmandu::Importer::SRU->new(%attrs);
DESCRIPTION
Each MODS record of the SRU response will be transformed into a hash.
AUTHOR
Johann Rolschewski, <jorol at cpan.org>