From 53de9c7f5faff67e5687a3e0555613ba572372b6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 20 Sep 2022 14:47:45 +0000 Subject: [PATCH] Bug 30982: (QA follow-up) Resolve pod warning Content-Type: text/plain; charset=utf-8 Empty section in previous paragraph at line 32 in file Koha/BackgroundJobs.pm Test plan: Run podchecker again on this module. Signed-off-by: Marcel de Rooy --- Koha/BackgroundJobs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/BackgroundJobs.pm b/Koha/BackgroundJobs.pm index dc88bc8c37..1d0506a0e7 100644 --- a/Koha/BackgroundJobs.pm +++ b/Koha/BackgroundJobs.pm @@ -29,7 +29,7 @@ Koha::BackgroundJobs - Koha BackgroundJob Object set class =head2 Class methods -=head2 search_limited +=head3 search_limited my $background_jobs = Koha::BackgroundJobs->search_limited( $params, $attributes ); -- 2.30.2