From 6c29353be286b0f51d00cb38b12ba84a5adaf465 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Thu, 1 Nov 2018 09:07:43 +0000 Subject: [PATCH] Bug 10662: (QA follow-up) Fix plural in pod and use 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(-) diff --git a/Koha/OAI/Harvester/Biblio.pm b/Koha/OAI/Harvester/Biblio.pm index b84aeca..ead270f 100644 --- a/Koha/OAI/Harvester/Biblio.pm +++ b/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 diff --git a/Koha/OAI/Harvester/Import/Record.pm b/Koha/OAI/Harvester/Import/Record.pm index bd2b8b9..2e672cd 100755 --- a/Koha/OAI/Harvester/Import/Record.pm +++ b/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 diff --git a/Koha/OAI/Harvester/ImportQueue.pm b/Koha/OAI/Harvester/ImportQueue.pm index 065170f..ecf3652 100644 --- a/Koha/OAI/Harvester/ImportQueue.pm +++ b/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 diff --git a/Koha/OAI/Harvester/Request.pm b/Koha/OAI/Harvester/Request.pm index f2fdea3..be00013 100644 --- a/Koha/OAI/Harvester/Request.pm +++ b/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 -- 2.1.4