Skip to content
Snippets Groups Projects
Commit e98eb16c authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: fixed typo

parent 546c488b
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ package SLUB::LZA::SIPBuilderBagIt; ...@@ -202,7 +202,7 @@ package SLUB::LZA::SIPBuilderBagIt;
if ($with_debug) {say "catalog-URL='$sru'";} if ($with_debug) {say "catalog-URL='$sru'";}
my $response = $ua->get($sru); # ask SWB for given PPN my $response = $ua->get($sru); # ask SWB for given PPN
if ($response->is_success) { if ($response->is_success) {
# parse ZiNG repsonse, extract MARC-data # parse ZiNG response, extract MARC-data
my $xp = XML::XPath->new($response->decoded_content); my $xp = XML::XPath->new($response->decoded_content);
my $parser = XML::LibXML->new(); my $parser = XML::LibXML->new();
if ($with_debug) { if ($with_debug) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment