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

- refactor: return string instead of object

parent 85c9643c
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ package SLUB::LZA::SIPBuilderBagIt; ...@@ -204,7 +204,7 @@ package SLUB::LZA::SIPBuilderBagIt;
SLUB::LZA::SIPBuilderBagIt::write_file("DEBUG_${ppn}_marc.xml", $marcblob_patched); SLUB::LZA::SIPBuilderBagIt::write_file("DEBUG_${ppn}_marc.xml", $marcblob_patched);
} }
return $marcblob_patched; return $marcblob_patched->toString();
} }
else { else {
carp("Problem asking catalogue at $url using $ppn"); carp("Problem asking catalogue at $url using $ppn");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment