http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |chris@bigballofwax.co.nz --- Comment #10 from Chris Cormack <chris@bigballofwax.co.nz> --- Tomás, the second patch conflicts here <<<<<<< HEAD my $marcrecord = eval { MARC::File::USMARC::decode( $marcresults->[$i] ); }; if ( $@ ) { warn "ERROR DECODING RECORD - $@: " . $marcresults->[$i]; next; } ======= my $marcrecord = MARC::Record->new_from_xml( $marcresults->[$i], 'UTF-8' );
> Bug 11096: force XML syntax for Zconn
I think because the eval was recently introduced, should we be evaling for new_from_xml or does it handle errors better than MARC::File::USMARC::decode does? -- You are receiving this mail because: You are watching all bug changes.