MARCXML problem
Closed this issue · 1 comments
cKlee commented
With prove
I get the following warning:
t/04-marc21.t ........................ Use of uninitialized value in concatenation (.) or string at ~/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/MARC/File/XML.pm line 397, <GEN0> chunk 3.
Same warning pops up when trying to convert:
catmandu convert MARC --type XML --fix "marc_map(022$a, issn); retain(issn)" < marc.xml
...
{"issn":"0176-9820"},
{"iUse of uninitialized value in concatenation (.) or string at ~/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/MARC/File/XML.pm line 397, <GEN0> chunk 2047.
ssn":"0340-3297"},
...