From 2cd9ff8e3eb6bf1625c9fe50d56815df9f8c02ab Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 16 Aug 2013 10:18:15 -0400 Subject: [PATCH] Bug 10601 [QA Followup] fix POD error Signed-off-by: Galen Charlton --- C4/BackgroundJob.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/BackgroundJob.pm b/C4/BackgroundJob.pm index 05327f03ce..f562c8e55e 100644 --- a/C4/BackgroundJob.pm +++ b/C4/BackgroundJob.pm @@ -264,7 +264,7 @@ sub fetch { =over 4 -$job->set($hashref); +=item $job->set($hashref); =back @@ -285,7 +285,7 @@ sub set { =over 4 -$job->get($hashref); +=item $job->get($hashref); =back -- 2.20.1