]> git.koha-community.org Git - koha.git/commit
Bug 35959: Fix C3 merge of Koha::Biblio::Metadata::Extractor::MARC::*
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 5 Apr 2024 12:08:31 +0000 (14:08 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Jul 2024 13:48:04 +0000 (15:48 +0200)
commit4190e92f5e7318c15b1c4c441d55545a988ed751
tree65e7cc49c11c7371c548d56d729491df7913c9f3
parentc951b02182e3acb868a08e60ba1ae9579d5a8016
Bug 35959: Fix C3 merge of Koha::Biblio::Metadata::Extractor::MARC::*

Test plan:

Run the following commands:

  perl -c Koha/Biblio/Metadata/Extractor/MARC/MARC21.pm
  perl -c Koha/Biblio/Metadata/Extractor/MARC/UNIMARC.pm

They should all print 'syntax OK'

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Biblio/Metadata/Extractor/MARC.pm