@@ -, +, @@ statements --- Koha/OAI/Harvester/Biblio.pm | 2 +- Koha/OAI/Harvester/Import/Record.pm | 2 +- Koha/OAI/Harvester/ImportQueue.pm | 4 ++-- Koha/OAI/Harvester/Request.pm | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) --- a/Koha/OAI/Harvester/Biblio.pm +++ a/Koha/OAI/Harvester/Biblio.pm @@ -29,7 +29,7 @@ Koha::OAI::Harvester::Biblio =head1 SYNOPSIS - use Koha::OAI::Harvester::Biblio; + use Koha::OAI::Harvester::Biblios; my $biblio = Koha::OAI::Harvester::Biblios->find($id); =head1 METHODS --- a/Koha/OAI/Harvester/Import/Record.pm +++ a/Koha/OAI/Harvester/Import/Record.pm @@ -29,7 +29,7 @@ use C4::Biblio; use Koha::OAI::Harvester::Import::MARCXML; use Koha::OAI::Harvester::Biblios; -use Koha::OAI::Harvester::History; +use Koha::OAI::Harvester::Histories; =head1 NAME --- a/Koha/OAI/Harvester/ImportQueue.pm +++ a/Koha/OAI/Harvester/ImportQueue.pm @@ -29,8 +29,8 @@ Koha::OAI::Harvester::ImportQueue =head1 SYNOPSIS - use Koha::OAI::Harvester::ImportQueue; - my $request = Koha::OAI::Harvester::ImportQueue->find($id); + use Koha::OAI::Harvester::ImportQueues; + my $request = Koha::OAI::Harvester::ImportQueues->find($id); =head1 METHODS --- a/Koha/OAI/Harvester/Request.pm +++ a/Koha/OAI/Harvester/Request.pm @@ -33,7 +33,7 @@ Koha::OAI::Harvester::Request =head1 SYNOPSIS - use Koha::OAI::Harvester::Request; + use Koha::OAI::Harvester::Requests; my $request = Koha::OAI::Harvester::Requests->find($id); =head1 METHODS --