Bug 34828: Move to Koha::Biblio::Metadata::Extractor
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 5 Oct 2023 06:30:05 +0000 (08:30 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 Oct 2023 19:41:30 +0000 (16:41 -0300)
commit7efeeda29dddaa14447420b1649c1bfce36e5ed9
treea5a31b95c6e6a3de56ebca8bf6c88b88e4016ea5
parent0161eeba1301885658519b7b0c15cd6221d54a3d
Bug 34828: Move to Koha::Biblio::Metadata::Extractor

We are not directly linked with the other Koha::Metadata* packages.
Better to isolate this under Koha::Biblio::Metadata (at least for now).

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio/Metadata/Extractor.pm [new file with mode: 0644]
Koha/Biblio/Metadata/Extractor/MARC/MARC21.pm [new file with mode: 0644]
Koha/Biblio/Metadata/Extractor/MARC/UNIMARC.pm [new file with mode: 0644]
Koha/MetadataExtractor.pm [deleted file]
Koha/MetadataExtractor/MARC/MARC21.pm [deleted file]
Koha/MetadataExtractor/MARC/UNIMARC.pm [deleted file]
t/Koha/MetadataExtractor.t
t/Koha/MetadataExtractor/MARC/MARC21.t
t/Koha/MetadataExtractor/MARC/UNIMARC.t