Bug 10601 [QA Followup] fix POD error
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Aug 2013 14:18:15 +0000 (10:18 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 18 Sep 2013 17:11:00 +0000 (17:11 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/BackgroundJob.pm

index 05327f0..f562c8e 100644 (file)
@@ -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