Bugzilla – Attachment 85226 Details for
Bug 10662
Build OAI-PMH Harvesting Client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10662: (QA follow-up) Fix plural in pod and use statements
Bug-10662-QA-follow-up-Fix-plural-in-pod-and-use-s.patch (text/plain), 2.20 KB, created by
Josef Moravec
on 2019-02-17 20:48:52 UTC
(
hide
)
Description:
Bug 10662: (QA follow-up) Fix plural in pod and use statements
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-02-17 20:48:52 UTC
Size:
2.20 KB
patch
obsolete
>From 34124006894e1c763a57208c49517b3ed4441c9e Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 1 Nov 2018 09:07:43 +0000 >Subject: [PATCH] Bug 10662: (QA follow-up) Fix plural in pod and use > statements > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10662
:
20757
|
20758
|
21954
|
42446
|
42447
|
42448
|
44792
|
44793
|
47675
|
48096
|
49832
|
50254
|
50980
|
51510
|
51511
|
51512
|
51514
|
51562
|
51563
|
51564
|
51565
|
51705
|
53258
|
53259
|
53260
|
53361
|
53362
|
64444
|
64445
|
64446
|
64479
|
64480
|
64481
|
65016
|
65017
|
65018
|
65019
|
68508
|
71008
|
71009
|
71010
|
71011
|
71012
|
71013
|
71014
|
71015
|
78569
|
78570
|
78571
|
78572
|
78573
|
78574
|
78575
|
78576
|
78577
|
78583
|
78601
|
78617
|
78754
|
78756
|
78758
|
78760
|
78762
|
78764
|
78767
|
78769
|
78771
|
78859
|
78860
|
78914
|
78956
|
79039
|
79045
|
81783
|
81784
|
81786
|
81789
|
81790
|
81855
|
81856
|
81861
|
81862
|
81863
|
81864
|
81902
|
82219
|
84318
|
84319
|
84320
|
84321
|
84322
|
85152
|
85224
|
85225
|
85226
|
85227
|
85228
|
85229
|
99739
|
99740
|
99741
|
99742
|
99743
|
99744
|
99745